aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: b0844a449e4aee7fb0c2d1910f5a9101e071476c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
become: become.go
	go build


.PHONY: install no-really-install

install: become
	@echo "Don't be an idiot."

no-really-install: become
	@echo "Dumbass."
	go install