summaryrefslogtreecommitdiff
path: root/Makefile
blob: dc379d932c08f746236db50edbdde41353967aae (plain)
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