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

@ -11,8 +11,10 @@
LINKS:=links -dump -no-numbering -no-references
.PHONY: all
all: README1.txt README2.txt OPTIONS.txt FAQ.txt PNG.txt
.PHONY: clean
clean:
-rm README1.txt
-rm README2.txt