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 docker build save
|
||||
|
||||
docker:
|
||||
$(MAKE) -C docker
|
||||
docker-run:
|
||||
$(MAKE) -C docker run
|
||||
|
||||
run-standalone:
|
||||
$(MAKE) -C server run-standalone
|
||||
|
@ -1,3 +1,7 @@
|
||||
info:
|
||||
@echo available targets:
|
||||
@perl -ne 'm/^([\w\-]+):/ && print(" $$1\n");' Makefile
|
||||
|
||||
build:
|
||||
cp ../server/knowyt files/
|
||||
podman build --tag knowyt:latest .
|
||||
|
Loading…
Reference in New Issue
Block a user