From b5706082506a0ed653e43894a224de5574992f8d Mon Sep 17 00:00:00 2001 From: wiire-a Date: Wed, 3 Jan 2018 21:30:23 +0100 Subject: [PATCH] Added missing objects to Makefile clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f43b8a..e42c791 100644 --- a/Makefile +++ b/Makefile @@ -57,4 +57,4 @@ strip: $(TARGET) strip $(TARGET) clean: - rm -f $(TARGET) $(TFMOBJS) + rm -f $(TARGET) $(TFMOBJS) $(TCOBJS)