Skip to content

Commit 7f58af1

Browse files
committed
Really fix 26 makefile
1 parent 4291010 commit 7f58af1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

2026/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ TMP = .tmp
99

1010
TO_COPY = \
1111
includes/ $(wildcard includes/*) \
12-
images/ $(wildcard images/*.png images/*.svg images/*.jpg images/*.webp)
12+
images/ $(wildcard images/*.png images/*.svg images/*.jpg images/*.webp) \
13+
$(wildcard ./*.html)
1314

1415
SITE_FILES = $(addprefix $(OUT)/, $(TO_COPY))
1516

0 commit comments

Comments
 (0)