From 6f92fb23302eb56cce550d2c08db598fc536460f Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 8 Nov 2017 17:00:29 +0100 Subject: [PATCH] Fixed Makefile rm typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .