Skip to content

Commit 2736645

Browse files
committed
Add .PHONY
test/ directory exists so it was actually a problem not to mark targets as PHONY.
1 parent 58c7675 commit 2736645

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ js/test: js/vimlparser.js
2424

2525
py/test: py/vimlparser.py
2626
test/run_command.sh python py/vimlparser.py
27+
28+
.PHONY: all clean_compiled check test js/test py/test

0 commit comments

Comments
 (0)