From c8a13ceca6e16b6a3c7cd3b017dccc1988eaecf0 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Tue, 29 Oct 2024 10:46:41 +0100 Subject: [PATCH] Fixed buildtest build deps --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2