ginger/Makefile

11 lines
88 B
Makefile
Raw Normal View History

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