diff --git a/Makefile b/Makefile index 72b0377..835557d 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ $(DIR_BLD)/%.o: $(DIR_SRC)/%.asm fi clean: - rm -rf $(DIR_BLD) tests + rm -rf $(DIR_BLD) tests *.txt debug: COMPILER_FLAGS = $(COMPILER_FLAGS_D) debug: OBJS_LST := true