Skip to content

Commit e77722a

Browse files
committed
Simplify dingus Makefile.
1 parent 744fcd9 commit e77722a

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

dingus/Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ LIBFILES=../lib/blocks.js ../lib/common.js ../lib/from-code-point.js ../lib/inli
44
BOWER=../node_modules/.bin/bower
55
HTTPSERVER=../node_modules/.bin/http-server
66

7-
all: $(ALL) components
7+
all: $(ALL) components $(COMPONENTS)
88

99
.PHONY: all dingus components clean
1010

11-
components: $(COMPONENTS)
12-
13-
bower_components/%:
14-
$(BOWER) install $(notdir $@)
11+
components:
12+
$(BOWER) install
1513

1614
lodash.min.js: bower_components/lodash
1715
cp $</dist/lodash.min.js $@

0 commit comments

Comments
 (0)