Don't run ccodegen with all target

This commit is contained in:
2025-09-20 14:44:13 +01:00
parent 757eadeec9
commit 178b02a32b

View File

@@ -45,7 +45,7 @@ ifeq ($(CC),gcc)
export ASAN_OPTIONS=verify_asan_link_order=0 export ASAN_OPTIONS=verify_asan_link_order=0
endif endif
all: clean builddir codegen run-c-test full run-cc-test ccodegen all: clean builddir codegen run-c-test full run-cc-test
help: help:
@echo "Available build variables:" @echo "Available build variables:"