added zip recipe
This commit is contained in:
parent
536453908f
commit
3263090a27
3
Makefile
3
Makefile
@ -8,6 +8,9 @@ html: $(RENDERS)
|
|||||||
$(RENDERS): %.html : %.txt
|
$(RENDERS): %.html : %.txt
|
||||||
$(CC) $^ -o $@
|
$(CC) $^ -o $@
|
||||||
|
|
||||||
|
archive:
|
||||||
|
zip ./cephalon-stallman.zip ./Makefile ./ch*.txt
|
||||||
|
|
||||||
neocities:
|
neocities:
|
||||||
~/Documents/edit/neopublish.sh ch1.html > renders/ch1.html
|
~/Documents/edit/neopublish.sh ch1.html > renders/ch1.html
|
||||||
~/Documents/edit/neopublish.sh ch2.html > renders/ch2.html
|
~/Documents/edit/neopublish.sh ch2.html > renders/ch2.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user