perkeep/Makefile

13 lines
161 B
Makefile
Raw Normal View History

2011-02-04 01:32:34 +00:00
all:
2011-02-04 01:40:53 +00:00
./build.pl allfast
2011-02-04 01:32:34 +00:00
clean:
./build.pl clean
2011-03-05 21:44:19 +00:00
presubmit:
./build.pl clean
./build.pl -v -t allfast
2011-02-04 01:32:34 +00:00
checkdeps:
./build.pl --eachclean && echo "SUCCESS"