all:
	go build .

clean:
	rm -f get_config
