Added missing objects to Makefile clean

This commit is contained in:
wiire-a 2018-01-03 21:30:23 +01:00
parent 1ddc765477
commit b570608250

View File

@ -57,4 +57,4 @@ strip: $(TARGET)
strip $(TARGET)
clean:
rm -f $(TARGET) $(TFMOBJS)
rm -f $(TARGET) $(TFMOBJS) $(TCOBJS)