summaryrefslogtreecommitdiff
path: root/configfile/Makefile
blob: 4f609e181d43edda68dcbb7395671b0db03345c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
build:
	GO111MODULE=off go build
	./configfile

prep:
	go get -v -t -u

run:
	go run *.go

clean:
	-rm -f configfile