Makefile: better symlink handling
This commit is contained in:
parent
8890abfbf6
commit
4aaf06b86a
7
Makefile
7
Makefile
|
@ -7,11 +7,8 @@ all: $(PAGES_BUILD) symlinks
|
||||||
|
|
||||||
symlinks: build/tor/static build/clearnet/static
|
symlinks: build/tor/static build/clearnet/static
|
||||||
|
|
||||||
build/tor/static:
|
build/%/static:
|
||||||
ln -s ../../static build/tor/
|
ln -s ../../static build/$*/
|
||||||
|
|
||||||
build/clearnet/static:
|
|
||||||
ln -s ../../static build/clearnet/
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(PAGES_BUILD)
|
rm -rf $(PAGES_BUILD)
|
||||||
|
|
Loading…
Reference in New Issue