Makefile: more consistent assignment op

This commit is contained in:
Kay Faraday 2024-09-05 19:40:57 -07:00
parent a2c27c4020
commit cdc8947959
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
PAGES_SRC = index.html rules.html donate.html
PAGES_BUILD = $(addprefix build/tor/,$(PAGES_SRC)) $(addprefix build/clearnet/,$(PAGES_SRC))
PAGES_SRC := index.html rules.html donate.html
PAGES_BUILD := $(addprefix build/tor/,$(PAGES_SRC)) $(addprefix build/clearnet/,$(PAGES_SRC))
all: $(PAGES_BUILD) symlinks