added zip recipe

This commit is contained in:
likho 2022-12-04 18:08:17 -08:00
parent 536453908f
commit 3263090a27

View File

@ -8,6 +8,9 @@ html: $(RENDERS)
$(RENDERS): %.html : %.txt
$(CC) $^ -o $@
archive:
zip ./cephalon-stallman.zip ./Makefile ./ch*.txt
neocities:
~/Documents/edit/neopublish.sh ch1.html > renders/ch1.html
~/Documents/edit/neopublish.sh ch2.html > renders/ch2.html