From 5299dd0b2c8652ece380ac27475968dad68d9051 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 30 Jul 2023 16:09:02 +0200 Subject: Copy over PNGs too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b670d3d..a29ce33 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ includes := ${wildcard include/*} srcdirs := ${shell find src -type d} outdirs := ${srcdirs:src%=out%} -sources := ${shell find src -type f -name 'index.html' -or -name '*.css' -or -name '*.svg'} +sources := ${shell find src -type f -regextype egrep -regex '.*/(index\.html|.*\.(css|svg|png))'} outputs := ${sources:src/%=out/%} all: ${outdirs} ${outputs} -- cgit v1.2.3