install-scripts/Makefile
2021-04-25 17:31:44 +02:00

8 lines
142 B
Makefile

all : cmake sccache
cmake:
cmake -DTOOL=cmake -DREPO=kitware -P update.cmake
sccache:
cmake -DTOOL=sccache -DREPO=mozilla -P update.cmake