summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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')