first produced in the summer of 2006, finally published!
[wikiq] / Makefile
1 all: wikiq
2
3 wikiq: wikiq.c
4         gcc wikiq.c -o wikiq -lexpat
5
6 .PHONY: all

Benjamin Mako Hill || Want to submit a patch?