perkeep/Makefile

9 lines
101 B
Makefile

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