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