Skip to content

Commit

Permalink
Update 2023 Makefile to copy slides
Browse files Browse the repository at this point in the history
  • Loading branch information
mdparker authored Aug 30, 2023
1 parent 2e479c1 commit 81e43ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 2023/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ TMP = .tmp
TO_COPY = \
images/ $(wildcard images/*.png images/*.svg images/*.jpg) \
includes/ $(wildcard includes/*) \
slides/ $(wildcard slides/*.pdf slides/*.pptx slides/*.odp) \
$(wildcard ./*.html)

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

0 comments on commit 81e43ca

Please sign in to comment.