Skip to content

Commit

Permalink
Add PHONY targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Mar 16, 2013
1 parent fa6ef52 commit c696b8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ all: \
component.json \
package.json

test: all
.PHONY: clean all test

test:
@npm test

benchmark: all
Expand Down

0 comments on commit c696b8c

Please sign in to comment.