Remove assets target from default make execution

go-bindata constantly attempts to update timestamps even though
the file data didn't change.

Fixes #1326
This commit is contained in:
Fabian Reinartz 2016-01-18 18:24:25 +01:00
parent 4a829e63a2
commit 1d58c10b45

View file

@ -19,7 +19,7 @@ ifdef DEBUG
endif
all: assets format build test
all: format build test
style:
@echo ">> checking code style"