diff --git a/Makefile b/Makefile index 074428c..baaf949 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,43 @@ VERSION=0.1.1 +CTN:=$(shell which podman 2>&1 1>/dev/null && echo "podman" || echo "docker") +PREFIX=~/.local/ + +.ONESHELL: +help: + @cat <