diff --git a/Makefile b/Makefile index b70a00a..3cd34aa 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ DEST := $(notdir $(PWD)) .PHONY: static static: output/index.html - if [ -d static ]; then cp -a static/ output/; fi + if [ -d static ]; then cp -rpL static/ output/; fi %.html: %.md sed 's/#!//e;' $< | mdtoreveal /dev/stdin --output $@