Skip to content

Commit

Permalink
change deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmnk Freemountainer authored and Dmnk Freemountainer committed Dec 5, 2016
1 parent 7b743e8 commit 22af82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ js-build: $(JS_OBJECTS)
##
# bundel quark js
#
$(TMP_PATH)/bundles/quark.js: $(DEPENDENCIES) $(JS_OBJECTS) $(JS_BUILD)/quark.js $(JS_BUILD)/package.json
$(TMP_PATH)/bundles/quark.js: $(DEPENDENCIES) $(JS_OBJECTS)
mkdir -p $(dir $@)
$(NODE_CMD) $(JS_BUILD)/node_modules/browserify/bin/cmd.js $(JS_BUILD)/quark.js --node -s quark > $@

Expand Down

0 comments on commit 22af82e

Please sign in to comment.