diff --git a/Makefile b/Makefile index f0f34b3..1daa647 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ runUnitTests: buildNodeFrontend: @cd static && yarn install @cd static && yarn build - @cd static && @rm build/static/**/*.map + @cd static && rm build/static/**/*.map embedFrontend: @cd handlers/tmpls && esc -o tmpls.go -pkg tmpls -include ^*\.tmpl .