about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-07-09 18:56:11 +0200
committerMel <mel@rnrd.eu>2025-07-09 18:56:11 +0200
commit6a65476f3f2dda2ba2238a14ecd7f086605e0e18 (patch)
tree6c1eb0c7bcb3fb3ebbc56abc98c777b30d3039e4 /Makefile
parentdeb7edadc446653a70c03e9312bc949cc27ce8c4 (diff)
downloadcatskill-6a65476f3f2dda2ba2238a14ecd7f086605e0e18.tar.zst
catskill-6a65476f3f2dda2ba2238a14ecd7f086605e0e18.zip
Makefile pass arguments to run commands through ARGS=""
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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