Skip to content

Commit

Permalink
fixed ordering in makefile, make will now run test
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Hallas committed Mar 13, 2014
1 parent c327699 commit 7d05fe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

EXAMPLES = $(foreach EXAMPLE, $(wildcard examples/*.js), $(EXAMPLE))
.PHONY: $(EXAMPLES)
$(EXAMPLES): ; node $@ && echo

.PHONY: test
test: $(EXAMPLES)

$(EXAMPLES): ; node $@ && echo

0 comments on commit 7d05fe9

Please sign in to comment.