Makefile: .PHONY
This commit is contained in:
parent
eb6adb1e54
commit
1837fb7695
2
Makefile
2
Makefile
|
@ -2,6 +2,8 @@ PAGES = index.html rules.html donate.html
|
||||||
|
|
||||||
all: $(PAGES) symlinks
|
all: $(PAGES) symlinks
|
||||||
|
|
||||||
|
.PHONY: symlinks clean
|
||||||
|
|
||||||
symlinks:
|
symlinks:
|
||||||
ln -sf ../../static build/tor/
|
ln -sf ../../static build/tor/
|
||||||
ln -sf ../../static build/clearnet/
|
ln -sf ../../static build/clearnet/
|
||||||
|
|
Loading…
Reference in New Issue