add packr and clean to makefile

This commit is contained in:
Chris Sexton 2020-04-23 11:48:44 -04:00
parent b00bef7da4
commit 94065c21ad
1 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
build: gendates.go
packr2 build
run: build *.adoc.tpl c311.toml run: build *.adoc.tpl c311.toml
./semestergen c311.toml ./semestergen c311.toml
build: gendates.go clean:
go build @rm -rf packrd main-packr.go semestergen
.PHONY: clean