From fc1782f7c71d12f30f24bc8633259ea1525a96b0 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 8 Jan 2026 01:38:14 +0900 Subject: chore: remove "just build-upto-5-gen" recipe --- justfile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index bea5863..06c46db 100644 --- a/justfile +++ b/justfile @@ -16,17 +16,8 @@ build N="1": fi CC="$cc" CFLAGS="$cflags" TARGET="$target" make -build-upto-5-gen: - just build 1 - just build 2 - just build 3 - just build 4 - just build 5 - -test-self-hosted: build-upto-5-gen +test-self-hosted: (build "1") (build "2") (build "3") diff -u ./build/ducc2 ./build/ducc3 - diff -u ./build/ducc3 ./build/ducc4 - diff -u ./build/ducc4 ./build/ducc5 test TESTCASE="all" $BIN="ducc": build #!/usr/bin/env bash -- cgit v1.2.3-70-g09d2