From 657c8f4a7bf5c910b7c5c2107d89cc95854229ac Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 3 May 2013 14:24:52 +0200 Subject: [PATCH] Fix make clean. --- Makefile | 1 + Makefile.win | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c9b38bb2cb..e76bfe3deb 100644 --- a/Makefile +++ b/Makefile @@ -412,6 +412,7 @@ uninstall: clean: rm -f *.o rm -f frontend/menu/*.o + rm -f frontend/*.o rm -f audio/*.o rm -f conf/*.o rm -f gfx/*.o diff --git a/Makefile.win b/Makefile.win index 82fceacb90..839ca8af7e 100644 --- a/Makefile.win +++ b/Makefile.win @@ -279,7 +279,6 @@ clean: rm -f deps/miniz/*.o rm -f frontend/*.o rm -f frontend/menu/*.o - rm -f frontend/menu/utils/*.o rm -f audio/*.o rm -f audio/xaudio-c/*.o rm -f compat/*.o