From: Lukas Krickl Date: Tue, 29 Oct 2024 09:46:41 +0000 (+0100) Subject: Fixed buildtest build deps X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=c8a13ceca6e16b6a3c7cd3b017dccc1988eaecf0;p=ulas%2F.git Fixed buildtest build deps --- diff --git a/makefile b/makefile index b705991..ef131bc 100644 --- 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