From a7c1c6bdb55e25744301fcc13a94750c747e83b2 Mon Sep 17 00:00:00 2001 From: Kwarde Date: Fri, 25 Jul 2025 12:02:28 +0200 Subject: [PATCH] Add *.txt to make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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