bugfix: create missing directory
This commit is contained in:
parent
449f64e703
commit
9df82190c5
@ -3,6 +3,7 @@ info:
|
||||
@perl -ne 'm/^([a-zA-Z0-9\-]+):/ && print(" $$1\n");' Makefile
|
||||
|
||||
build:
|
||||
-mkdir -p ../client/.output/public/
|
||||
$(MAKE) generate
|
||||
cd src/ && CGO_ENABLED=0 go build -o ../knowyt knowyt.go
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user