diff options
| author | Mel <mel@rnrd.eu> | 2025-07-09 18:56:11 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-07-09 18:56:11 +0200 |
| commit | 6a65476f3f2dda2ba2238a14ecd7f086605e0e18 (patch) | |
| tree | 6c1eb0c7bcb3fb3ebbc56abc98c777b30d3039e4 /Makefile | |
| parent | deb7edadc446653a70c03e9312bc949cc27ce8c4 (diff) | |
| download | catskill-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-- | Makefile | 4 |
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 |
