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,12 +11,14 @@
LINKS:=links -dump -no-numbering -no-references
.PHONY: all
all: README.txt \
OPTIONS.txt
# FAQ.txt \
# EXTENDING.txt \
# ADVANCED-STAMPS-HOWTO.txt
.PHONY: clean
clean:
-rm README.txt
-rm OPTIONS.txt