1 2 3 4 5 6 7 8 9 10 11 12
.POSIX: CFLAGS=-static all: blog install: blog strip blog doas cp -f blog /var/www/cgi-bin/blog clean: rm -f *.o blog