Fixed buildtest build deps
authorLukas Krickl <lukas@krickl.dev>
Tue, 29 Oct 2024 09:46:41 +0000 (10:46 +0100)
committerLukas Krickl <lukas@krickl.dev>
Tue, 29 Oct 2024 09:46:41 +0000 (10:46 +0100)
makefile

index b7059913138168cbff5c9a4f961d3c823bcbe30e..ef131bc4962a2572a59a8c9afbb87307e81b96bd 100644 (file)
--- a/makefile
+++ b/makefile
@@ -62,6 +62,6 @@ format:
 lint:
        clang-tidy src/*.h src/*.c
 
-buildtests: $(NAME)
+buildtests: bin 
        ./$(NAME) tests/t0.s -D ULAS_PREDEF -l - -o tests/t0.bin
        ./$(NAME) tests/t0.bin -d - -o tests/t0_dasm.s