use .PHONY

This commit is contained in:
Albert Cahalan 2008-04-27 17:22:01 +00:00
parent d32821d69d
commit 7323132d08
11 changed files with 73 additions and 38 deletions

View file

@ -41,8 +41,10 @@ TXT_FILES:= \
tint.txt \
waves.txt
.PHONY: all
all: $(TXT_FILES)
.PHONY: clean
clean:
@-rm $(TXT_FILES)