about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
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