Merge branch 'develop' of git.gnuher.de:settel/knowyt into develop
This commit is contained in:
commit
c871418d07
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ info:
|
|||||||
|
|
||||||
setup:
|
setup:
|
||||||
@echo "I checking for tools"
|
@echo "I checking for tools"
|
||||||
@for binary in go tmux node yarn npx podman; do \
|
@for binary in go go-bindata tmux node yarn npx podman pexec inotifyloop inotifywait; do \
|
||||||
echo -n " $$binary: " ; \
|
echo -n " $$binary: " ; \
|
||||||
if ! which "$$binary"; then \
|
if ! which "$$binary"; then \
|
||||||
echo "not found" ;\
|
echo "not found" ;\
|
||||||
|
@ -7,6 +7,7 @@ setup:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
-mkdir -p ../client/.output/public/
|
-mkdir -p ../client/.output/public/
|
||||||
|
-mkdir data/
|
||||||
$(MAKE) generate
|
$(MAKE) generate
|
||||||
cd src/ && CGO_ENABLED=0 go build -o ../knowyt knowyt.go
|
cd src/ && CGO_ENABLED=0 go build -o ../knowyt knowyt.go
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user