ginger/Makefile

8 lines
64 B
Makefile
Raw Normal View History

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