install-scripts/Makefile
Edgar 48b0a952cb
🎉 Added lazygit
Signed-off-by: Edgar <Edgar@AnotherFoxGuy.com>
2021-07-31 10:01:30 +02:00

10 lines
218 B
Makefile

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