summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-30 22:34:30 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-10-30 22:34:30 +0100
commitb2b3df16985077dfcc5982667b1f821d9f7a3ed1 (patch)
tree4a600980b2e2796213504eeed239aa43f06441f8
parenta7f6dc6e3acf897d548a5b9dd6fa8ea9f9799b9b (diff)
Remove unused macro
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 30a57c3..2c58aae 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ ezcodes := $(shell \
# Source files that aren’t dynamically generated
sources := \
- $(shell find src -type f -name 'index.gsp') $(copysrc) \
+ $(shell find src -type f -name 'index.gsp') \
$(shell find src -type f -name '*.css') \
$(shell find src -type f -name '*.svg') \
$(shell find src -type f -name '*.woff2')