Browse Source

Merge pull request #1327 from prometheus/makefix

Remove `assets` target from default `make` execution
pull/1318/head
Fabian Reinartz 9 years ago
parent
commit
308d447cd7
  1. 2
      Makefile

2
Makefile

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

Loading…
Cancel
Save