aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 1 insertions, 3 deletions
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=""