woozle.org/woozle.mk

12 lines
313 B
Makefile
Raw Normal View History

2010-11-10 20:54:22 -07:00
PLAIN += .
2012-01-18 08:47:33 -07:00
COPY += icon.png style.css style-black.css lists.cgi wishlist.cgi set.cgi $(TEMPLATE)
2012-02-04 10:16:01 -07:00
COPY += mail.cgi
2012-07-31 21:24:10 -06:00
COPY += google7f698b9893809122.html
2010-11-10 20:54:22 -07:00
HTML += people.html
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
$(DESTDIR)/mail.cgi: mail.cgi.c
$(CC) -Wall -Werror -o $@ $<