8 lines
142 B
Makefile
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
|