mirror of https://github.com/perkeep/perkeep.git
9 lines
101 B
Makefile
9 lines
101 B
Makefile
|
all:
|
||
|
./build.pl all
|
||
|
|
||
|
clean:
|
||
|
./build.pl clean
|
||
|
|
||
|
checkdeps:
|
||
|
./build.pl --eachclean && echo "SUCCESS"
|