From 8057c2e8a3fc03f7771c5d09db0a2b3568dc57d2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 11 May 2025 20:45:57 +0900 Subject: take source file name as cli arguments --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 86a53e3..016fa19 100644 --- a/justfile +++ b/justfile @@ -10,7 +10,7 @@ build N="1": else prev=$(({{N}} - 1)) fi - "./ducc${prev}" < main.c > main{{N}}.s + "./ducc${prev}" main.c > main{{N}}.s gcc -s -Wl,-z,noexecstack -o ducc{{N}} main{{N}}.s fi -- cgit v1.2.3-70-g09d2