thejerks.club/Makefile

13 lines
304 B
Makefile
Raw Normal View History

2022-12-31 21:26:46 -05:00
PARSEFUNC=md4tj-parse
CC=emacs --no-site-file --batch -l ./md4tj/md4tj_parse.el --eval
SITE_ROOT=./site_root
index: index.md4tj
$(CC) "($(PARSEFUNC) \"index.md4tj\" \"$(SITE_ROOT)/index.html\")"
about: about.md4tj
$(CC) "($(PARSEFUNC) \"about.md4tj\" \"$(SITE_ROOT)/about.html\")"
all: index about