Skip to content

Commit 9140136

Browse files
authored
mark fake targets as phony. (#7)
1 parent 0fe61f9 commit 9140136

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
1+
.PHONY: default
22
default: watch
33

4+
.PHONY: watch
45
watch:
56
find . | grep -v git | entr molecule converge

0 commit comments

Comments
 (0)