diff --git a/Makefile b/Makefile index 02001ad..2a1943a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ BINDATA_IGNORE = $(shell git ls-files -io --exclude-standard $< | sed 's/^/-ignore=/;s/[.]/[.]/g') +test: + godep go test + assets: static/ go-bindata $(BINDATA_OPTS) $(BINDATA_IGNORE) -ignore=[.]gitignore -ignore=[.]gitkeep $<...