diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-30 22:34:30 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-30 22:34:30 +0100 |
commit | b2b3df16985077dfcc5982667b1f821d9f7a3ed1 (patch) | |
tree | 4a600980b2e2796213504eeed239aa43f06441f8 | |
parent | a7f6dc6e3acf897d548a5b9dd6fa8ea9f9799b9b (diff) |
Remove unused macro
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |