6 lines
87 B
Makefile
6 lines
87 B
Makefile
|
run: build *.adoc.tpl c311.toml
|
||
|
./semestergen c311.toml
|
||
|
|
||
|
build: gendates.go
|
||
|
go build
|