perkeep/Makefile

9 lines
296 B
Makefile
Raw Normal View History

2011-02-04 01:32:34 +00:00
all:
go install --tags=with_sqlite ./pkg/... ./server/... ./cmd/... ./third_party/...
2011-02-04 01:32:34 +00:00
2011-03-05 21:44:19 +00:00
presubmit:
SKIP_DEP_TESTS=1 go test --tags=with_sqlite -short ./pkg/... ./server/camlistored ./cmd/... && echo PASS
2011-03-05 21:44:19 +00:00
2012-02-28 03:51:34 +00:00
embeds:
go install ./pkg/fileembed/genfileembed/ && genfileembed ./server/camlistored/ui