use .PHONY
This commit is contained in:
parent
d32821d69d
commit
7323132d08
11 changed files with 73 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue