Remove unused assets and fix generate target

This commit is contained in:
Michael Barz
2020-01-27 15:09:20 +01:00
parent 731e6f39ce
commit 64dd8a8b17
7 changed files with 17 additions and 271 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ endif
PACKAGES ?= $(shell go list ./...)
SOURCES ?= $(shell find . -name "*.go" -type f -not -path "./node_modules/*")
GENERATE ?= $(IMPORT)/pkg/assets
GENERATE ?= $(PACKAGES)
TAGS ?=