From 0712b89b97fe288c20468ac789cfa963e631aaa2 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 8a80052140..65294f9591 100644 --- a/Makefile +++ b/Makefile @@ -411,6 +411,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 2886f96466..b99c0c2dfa 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