Remove 'assets' from default target

There are issues with changing timestamps for unmodified files
in go-bindata+git.
This commit is contained in:
Fabian Reinartz 2015-11-23 16:16:07 +01:00
parent c7247c2531
commit f974dfa91f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ ifdef DEBUG
endif
all: assets format build test
all: format build test
test:
@echo ">> running tests"