all: wiki.cgi wiki.cgi: config.h wiki.c ${CC} -std=c11 -Os -o $@ wiki.c -lmarxup config.h: cp config.def.h $@ clean: rm -f wiki.cgi again: clean all