Skip to content

Commit

Permalink
Makefile: Make targets PHONY
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-bjareholt committed Jun 21, 2020
1 parent 662aa3b commit 9ce4b1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: build install test lint

build: install
npm run compile

Expand Down

0 comments on commit 9ce4b1d

Please sign in to comment.