From 64bf14f1f9072cf3da64c5468baad55f8b9fe315 Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 9 May 2025 13:51:23 +0200 Subject: [PATCH] chore: clean up Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7665cea..0da7b3c 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,9 @@ VERSION=1.5 SHELL=/bin/bash PROFILE=default OPT= +ARGS= -.PHONY: info +.PHONY: info build setup run run-bg stop clean info: @echo "available targets:"