Add *.txt to make clean

This commit is contained in:
2025-07-25 12:02:28 +02:00
parent 31bda18649
commit a7c1c6bdb5

View File

@@ -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