7 lines
42 B
Makefile
7 lines
42 B
Makefile
|
.PHONY: all gen
|
||
|
|
||
|
all: gen
|
||
|
|
||
|
gen:
|
||
|
go run .
|