mirror of https://github.com/nealey/woozle.org.git
13 lines
308 B
Makefile
13 lines
308 B
Makefile
PLAIN += .
|
|
COPY += icon.png style.css style-black.css set.cgi $(TEMPLATE)
|
|
COPY += google7f698b9893809122.html
|
|
HTML += people.html
|
|
COPY += robots.txt
|
|
COPY += derbygirl.png
|
|
|
|
$(DESTDIR)/people.html: people.sh template.html.m4
|
|
sh $< | $(MDWNTOHTML) > $@
|
|
|
|
$(DESTDIR)/%.cgi: %.cgi.c
|
|
$(CC) -Wall -Werror -o $@ $<
|