From 56580d654dfc19d03900fa9df680980d3e60c4ee Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 13 Aug 2025 04:07:13 +0900 Subject: refactor: refactor macro processing --- justfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index 8ebf5ac..3011133 100644 --- a/justfile +++ b/justfile @@ -2,6 +2,7 @@ all: build build N="1": #!/usr/bin/env bash + set -e if [[ {{N}} = 1 ]]; then gcc -g -O0 -o ducc main.c else @@ -28,6 +29,7 @@ test-self-hosted: build-upto-5-gen test TESTCASE="all" $BIN="ducc": build #!/usr/bin/env bash + set -e if [[ {{TESTCASE}} = all ]]; then bash tests/all.sh else -- cgit v1.2.3-70-g09d2