Makefile: more consistent assignment op
This commit is contained in:
parent
a2c27c4020
commit
cdc8947959
4
Makefile
4
Makefile
|
@ -1,5 +1,5 @@
|
||||||
PAGES_SRC = index.html rules.html donate.html
|
PAGES_SRC := index.html rules.html donate.html
|
||||||
PAGES_BUILD = $(addprefix build/tor/,$(PAGES_SRC)) $(addprefix build/clearnet/,$(PAGES_SRC))
|
PAGES_BUILD := $(addprefix build/tor/,$(PAGES_SRC)) $(addprefix build/clearnet/,$(PAGES_SRC))
|
||||||
|
|
||||||
all: $(PAGES_BUILD) symlinks
|
all: $(PAGES_BUILD) symlinks
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue