ginger/Makefile
2014-10-23 21:00:07 -04:00

11 lines
88 B
Makefile

all: gen
test: gen
go test ./...
fmt: gen
go fmt ./...
gen:
(cd core && make gen)