Browse Source

Fixed Makefile rm typo

dependabot/npm_and_yarn/web/prismjs-1.21.0
Max Schmitt 8 years ago
committed by GitHub
parent
commit
6f92fb2330
  1. 2
      Makefile

2
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 .

Loading…
Cancel
Save