Skip to content

Commit

Permalink
Fixes the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarCruz committed Aug 22, 2015
1 parent 340648f commit 377c965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build: eslint
@ cat lib/wrap/start.frag dist/tmpl.riot.js lib/wrap/end.frag > dist/tmpl.js
@ $(UGLIFY) dist/tmpl.js --comments --mangle -o dist/tmpl.min.js

eslint: build
eslint:
# check code style
@ $(ESLINT) -c ./.eslintrc lib

Expand Down

0 comments on commit 377c965

Please sign in to comment.