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