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)