dev shortcuts in makefile
This commit is contained in:
parent
b01639b9b2
commit
46174da287
6
Makefile
6
Makefile
|
|
@ -14,4 +14,10 @@ podman-container:
|
|||
podman create --name olivetin -p 1337:1337 -p 1338:1338 -p 1339:1339 -v /etc/OliveTin/:/config:ro olivetin
|
||||
podman start olivetin
|
||||
|
||||
devrun: compile
|
||||
killall OliveTin || true
|
||||
./OliveTin &
|
||||
|
||||
devcontainer: compile podman-image podman-container
|
||||
|
||||
.PHONY: grpc
|
||||
|
|
|
|||
Loading…
Reference in New Issue