From e8068fbe25c84e62299495fab1b1b1475e35ef56 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 8 May 2025 23:36:33 +0900 Subject: support ellipsis in functiion parameters --- justfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 5ba42a6..86a53e3 100644 --- a/justfile +++ b/justfile @@ -1,11 +1,9 @@ -CFLAGS := "-Wno-builtin-declaration-mismatch" - all: build build N="1": #!/usr/bin/env bash if [[ {{N}} = 1 ]]; then - gcc -g -O0 -o ducc main.c {{CFLAGS}} + gcc -g -O0 -o ducc main.c else if [[ {{N}} = 2 ]]; then prev="" -- cgit v1.2.3-70-g09d2