diff --git a/Makefile b/Makefile index be8a84d3..582aeec8 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ editor/public: editor/node_modules cd editor && npm run build bindata_assetfs.go: editor/public - go-bindata-assetfs --prefix "editor/" editor/public + go-bindata-assetfs --prefix "editor/" editor/public/... .PHONY: clean clean: