Fix make templates
This commit is contained in:
parent
e83732c11b
commit
0f759b8a02
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
.DEFAULT_GOAL := build
|
.DEFAULT_GOAL := build
|
||||||
|
|
||||||
build: ## Check style with black
|
build: ## Check style with black
|
||||||
build.templates
|
make build.templates
|
||||||
lein uberjar
|
lein uberjar
|
||||||
make rm.statics
|
make rm.statics
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue