Merge pull request #1327 from prometheus/makefix

Remove `assets` target from default `make` execution
This commit is contained in:
Fabian Reinartz 2016-01-19 12:33:10 +01:00
commit 308d447cd7

View file

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