dev shortcuts in makefile

This commit is contained in:
jamesread 2021-05-16 08:43:06 +01:00
parent b01639b9b2
commit 46174da287
1 changed files with 6 additions and 0 deletions

View File

@ -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