From: Lukas Krickl Date: Tue, 29 Oct 2024 09:08:38 +0000 (+0100) Subject: Fixed buidltest cmd X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=472cbe629d3344bc1c382cafd996899ed5a5d5e5;p=ulas%2F.git Fixed buidltest cmd --- 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