diff --git a/Libretro/Makefile b/Libretro/Makefile index 57a8442..b4446e9 100644 --- a/Libretro/Makefile +++ b/Libretro/Makefile @@ -322,7 +322,7 @@ endif $(CXX) $(CXXFLAGS) $(fpic) -c $< $(OBJOUT)$@ clean: - rm -f $(OBJECTS) $(TARGET) + rm -f $(OBJECTS) $(TARGET) $(ALTTARGET) .PHONY: clean