chore: streamline Makefile targets
This commit is contained in:
parent
98c782627e
commit
8e1878859d
4
Makefile
4
Makefile
@ -36,8 +36,8 @@ build:
|
|||||||
$(MAKE) -C server build
|
$(MAKE) -C server build
|
||||||
$(MAKE) -C docker build save
|
$(MAKE) -C docker build save
|
||||||
|
|
||||||
docker:
|
docker-run:
|
||||||
$(MAKE) -C docker
|
$(MAKE) -C docker run
|
||||||
|
|
||||||
run-standalone:
|
run-standalone:
|
||||||
$(MAKE) -C server run-standalone
|
$(MAKE) -C server run-standalone
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
info:
|
||||||
|
@echo available targets:
|
||||||
|
@perl -ne 'm/^([\w\-]+):/ && print(" $$1\n");' Makefile
|
||||||
|
|
||||||
build:
|
build:
|
||||||
cp ../server/knowyt files/
|
cp ../server/knowyt files/
|
||||||
podman build --tag knowyt:latest .
|
podman build --tag knowyt:latest .
|
||||||
|
Loading…
Reference in New Issue
Block a user