Skip to content

Commit

Permalink
BUGFIX: Correct the phony target
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Apr 9, 2018
1 parent 0c47ef8 commit 80a3baa
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 @@ -163,4 +163,6 @@ clean:
rm -Rf node_modules; rm -rf packages/*/node_modules


.PHONY: $@
# Make ALL targets phony targets
# (Rebuild every time)
.PHONY: *

0 comments on commit 80a3baa

Please sign in to comment.