basic generation

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2018-06-27 11:39:46 -04:00
commit 8402d724a9
Signed by: vbatts
GPG key ID: 10937E57733F1362
4 changed files with 52 additions and 0 deletions

12
Makefile Normal file
View file

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