perkeep/Makefile

16 lines
252 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
2012-02-28 03:51:34 +00:00
embeds:
go install ./pkg/fileembed/genfileembed/ && genfileembed ./server/camlistored/ui
2011-02-04 01:32:34 +00:00
checkdeps:
./build.pl --eachclean && echo "SUCCESS"