From b2b3df16985077dfcc5982667b1f821d9f7a3ed1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 30 Oct 2023 22:34:30 +0100 Subject: Remove unused macro --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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') -- cgit v1.2.3