From 6a65476f3f2dda2ba2238a14ecd7f086605e0e18 Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 9 Jul 2025 18:56:11 +0200 Subject: Makefile pass arguments to run commands through ARGS="" Signed-off-by: Mel --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1f6677b..d5e7069 100644 --- a/Makefile +++ b/Makefile @@ -26,10 +26,10 @@ run: build/catskill echo "Not implemented yet." run-boot: build/catboot - ./build/catboot + ./build/catboot $(ARGS) test: build/catboot-test - ./build/catboot-test + ./build/catboot-test $(ARGS) test-all: build/catboot-test ./build/catboot-test all -- cgit 1.4.1