diff options
-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') |