summaryrefslogtreecommitdiff
path: root/Makefile
blob: a14800d7aee72d4292fbf624bd7c1ef0b3fb9102 (plain)
1
2
3
4
5
6
7
8
9
10
11
all:
	go build

clean:
	go clean

install:
	install blog /usr/local/bin/

restart:
	/etc/rc.d/blog restart