From 472cbe629d3344bc1c382cafd996899ed5a5d5e5 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Tue, 29 Oct 2024 10:08:38 +0100 Subject: [PATCH] Fixed buidltest cmd --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index b923c19..b705991 100644 --- a/makefile +++ b/makefile @@ -63,5 +63,5 @@ lint: clang-tidy src/*.h src/*.c buildtests: $(NAME) - ./$(NAME) tests/t0.s -l - -o tests/t0.bin + ./$(NAME) tests/t0.s -D ULAS_PREDEF -l - -o tests/t0.bin ./$(NAME) tests/t0.bin -d - -o tests/t0_dasm.s -- 2.30.2