Oops in Makefile.

This commit is contained in:
Julien Palard 2022-09-29 15:01:38 +02:00
parent d6cabd6284
commit 26ff2352c1
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ DEST := $(notdir $(PWD))
static: output/index.html
%.html: %.md
sed 's/#!//e;' perfs.md | mdtoreveal /dev/stdin --output $@
sed 's/#!//e;' $< | mdtoreveal /dev/stdin --output $@
output/index.md: $(SRCS)
mkdir -p output