fix Makefile shell command modules/operation

This commit is contained in:
Kushan Joshi
2016-06-17 12:38:58 +05:30
parent 9d973d5992
commit 23c60288fc
+1 -1
View File
@@ -70,7 +70,7 @@ js/lib/id/modes.js: $(shell find modules/modes -type f)
@rm -f $@
node_modules/.bin/rollup -f umd -n iD.modes modules/modes/index.js --no-strict -o $@
js/lib/id/operations.js: $(shell find modules/modes -type f)
js/lib/id/operations.js: $(shell find modules/operations -type f)
@rm -f $@
node_modules/.bin/rollup -f umd -n iD.operations modules/operations/index.js --no-strict -o $@