Skip to content

Commit 1fd21e2

Browse files
committed
Make target phony
1 parent 87cee93 commit 1fd21e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ install:
1515
clean:
1616
rm -Rf bin
1717

18-
.PHONY: build install clean
18+
.PHONY: all build install clean

0 commit comments

Comments
 (0)