Files
install-scripts/Makefile
2021-03-15 15:15:14 +01:00

11 lines
208 B
Makefile

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