update Makefile to use the go command

Change-Id: I299cbef90f23fbd65378f76d6e5e1e476fdc0d61
This commit is contained in:
Brad Fitzpatrick 2012-04-13 13:51:52 -07:00
parent f8f95554d5
commit 4849adfd59
1 changed files with 2 additions and 9 deletions

View File

@ -1,15 +1,8 @@
all:
./build.pl allfast
clean:
./build.pl clean
go install ./pkg/... ./server/... ./cmd/... ./third_party/...
presubmit:
./build.pl clean
./build.pl -v -t allfast
SKIP_DEP_TESTS=1 go test ./pkg/... ./server/camlistored ./cmd/...
embeds:
go install ./pkg/fileembed/genfileembed/ && genfileembed ./server/camlistored/ui
checkdeps:
./build.pl --eachclean && echo "SUCCESS"