Fixed buidltest cmd
authorLukas Krickl <lukas@krickl.dev>
Tue, 29 Oct 2024 09:08:38 +0000 (10:08 +0100)
committerLukas Krickl <lukas@krickl.dev>
Tue, 29 Oct 2024 09:08:38 +0000 (10:08 +0100)
makefile

index b923c1940b9a37681afa60f08c9c11551b376fb9..b7059913138168cbff5c9a4f961d3c823bcbe30e 100644 (file)
--- 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