Skip to content

Commit fd8a898

Browse files
authored
Merge pull request #68 from haya14busa/makefile-phony2
Add .PHONY
2 parents 58c7675 + 2736645 commit fd8a898

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)