Skip to content

Commit b957752

Browse files
committed
Fix bug in Makefile.
1 parent d580a64 commit b957752

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ test: all
237237
@rm -f $@
238238
$(JS_COMPILER) < $< > $@
239239

240-
d3%.js: Makefile
240+
d3%js: Makefile
241241
@rm -f $@
242242
cat $(filter %.js,$^) | $(JS_BEAUTIFIER) > $@
243243
@chmod a-w $@

0 commit comments

Comments
 (0)