We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744fcd9 commit e77722aCopy full SHA for e77722a
1 file changed
dingus/Makefile
@@ -4,14 +4,12 @@ LIBFILES=../lib/blocks.js ../lib/common.js ../lib/from-code-point.js ../lib/inli
4
BOWER=../node_modules/.bin/bower
5
HTTPSERVER=../node_modules/.bin/http-server
6
7
-all: $(ALL) components
+all: $(ALL) components $(COMPONENTS)
8
9
.PHONY: all dingus components clean
10
11
-components: $(COMPONENTS)
12
-
13
-bower_components/%:
14
- $(BOWER) install $(notdir $@)
+components:
+ $(BOWER) install
15
16
lodash.min.js: bower_components/lodash
17
cp $</dist/lodash.min.js $@
0 commit comments