Libretro: Clean alternate libretro core name (#129)

This commit is contained in:
gouchi 2020-05-25 02:34:08 +02:00 committed by GitHub
parent 2f511530bd
commit cd70fdd963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -322,7 +322,7 @@ endif
$(CXX) $(CXXFLAGS) $(fpic) -c $< $(OBJOUT)$@
clean:
rm -f $(OBJECTS) $(TARGET)
rm -f $(OBJECTS) $(TARGET) $(ALTTARGET)
.PHONY: clean