ginger/Makefile
2014-10-23 20:46:05 -04:00

8 lines
64 B
Makefile

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