summaryrefslogtreecommitdiffstats
path: root/go/Makefile
blob: 6c827f2bd4ce593f02ff12996c7c6794cc386947 (plain)
1
2
3
4
5
6
7
8
9
10
help:;@grep -v ^help: Makefile

install: \
		/etc/systemd/system/go.service \
		/etc/conf.d/go.env
	systemctl daemon-reload

/etc/%: etc/%
	@! test -e $@ || { echo file already exists: $@; exit 23; }
	cp $< $@