🎉 Added lazygit

Signed-off-by: Edgar <Edgar@AnotherFoxGuy.com>
This commit is contained in:
2021-07-31 10:01:30 +02:00
parent 1a93a87755
commit 48b0a952cb
4 changed files with 19 additions and 2 deletions

View File

@ -1,7 +1,10 @@
all : cmake sccache
all : cmake sccache lazygit
cmake:
cmake -DTOOL=cmake -DREPO=kitware -P update.cmake
sccache:
cmake -DTOOL=sccache -DREPO=mozilla -P update.cmake
lazygit:
cmake -DTOOL=lazygit -DREPO=jesseduffield -P update.cmake