woozle.org/woozle.mk

13 lines
308 B
Makefile
Raw Normal View History

2010-11-10 20:54:22 -07:00
PLAIN += .
2014-02-18 15:46:04 -07:00
COPY += icon.png style.css style-black.css set.cgi $(TEMPLATE)
2012-07-31 21:24:10 -06:00
COPY += google7f698b9893809122.html
2010-11-10 20:54:22 -07:00
HTML += people.html
COPY += robots.txt
COPY += derbygirl.png
2010-11-10 20:54:22 -07:00
2012-02-04 10:16:01 -07:00
$(DESTDIR)/people.html: people.sh template.html.m4
2010-11-10 20:54:22 -07:00
sh $< | $(MDWNTOHTML) > $@
2012-02-04 10:16:01 -07:00
2012-10-09 14:55:35 -06:00
$(DESTDIR)/%.cgi: %.cgi.c
2012-02-04 10:16:01 -07:00
$(CC) -Wall -Werror -o $@ $<