Skip to content

Commit

Permalink
Fix online 24 makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mdparker committed Mar 19, 2024
1 parent 2c0ae4c commit a6a0ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TO_COPY = \
online/ online/index.html \
online/includes/ $(wildcard online/includes/*) \
online/images/ $(wildcard online/images/*.png online/images/*.svg online/images/*.jpg) \
online/slides $(wildcard online/slides/*.pdf)
online/slides $(wildcard online/slides/*.pdf) \

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

Expand Down

0 comments on commit a6a0ead

Please sign in to comment.