From 46174da287f38ec1c2e32f29d001905c33ab218e Mon Sep 17 00:00:00 2001 From: jamesread Date: Sun, 16 May 2021 08:43:06 +0100 Subject: [PATCH] dev shortcuts in makefile --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 7875c36..2357369 100644 --- a/Makefile +++ b/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