perkeep/Makefile

9 lines
105 B
Makefile

all:
./build.pl allfast
clean:
./build.pl clean
checkdeps:
./build.pl --eachclean && echo "SUCCESS"