You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
226 B
Makefile

FILES != ls *.html *.css
.PHONEY: all fetch publish
.SUFFIXES: .html .html.gz .css .css.gz
.html.html.gz:
gzip -9fk $<
.css.css.gz:
gzip -9fk $<
all: fetch publish ${FILES:=.gz}
fetch:
git pull
publish:
./publish.el