run: farts ./farts farts: $(wildcard *.go) farts.go go build -o $@ . farts.go: go generate clean: rm -rf *~ farts.go farts