From 0a086e32d2910af94c4a216464afe630eca113d6 Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 17 May 2024 15:57:58 +0200 Subject: [PATCH] target for testfiles --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index b3e440f..65b8664 100644 --- a/Makefile +++ b/Makefile @@ -73,5 +73,10 @@ lex.o : parse.o expr.o : parse.o +check : + ./asm48$(EXE) testfiles/test.asm + ./asm48$(EXE) testfiles/test2.asm + ./asm48$(EXE) testfiles/test3.asm + clean : rm asm48$(EXE) 8039dasm$(EXE) lex.yy.c *.o parse.tab.*