From cd70fdd96375a3ec22be944816f6d165c16189bd Mon Sep 17 00:00:00 2001 From: gouchi Date: Mon, 25 May 2020 02:34:08 +0200 Subject: [PATCH] Libretro: Clean alternate libretro core name (#129) --- Libretro/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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