mirror of https://github.com/perkeep/perkeep.git
update Makefile to use the go command
Change-Id: I299cbef90f23fbd65378f76d6e5e1e476fdc0d61
This commit is contained in:
parent
f8f95554d5
commit
4849adfd59
11
Makefile
11
Makefile
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue