diff --git a/Makefile b/Makefile index 1a6149a05c..0c18cfa95f 100644 --- a/Makefile +++ b/Makefile @@ -461,6 +461,7 @@ uninstall: clean: rm -f *.o rm -f frontend/menu/*.o + rm -f frontend/menu/disp/*.o rm -f frontend/*.o rm -f audio/*.o rm -f conf/*.o diff --git a/Makefile.win b/Makefile.win index faf81dc7c0..5bf111b059 100644 --- a/Makefile.win +++ b/Makefile.win @@ -299,6 +299,7 @@ clean: rm -f deps/miniz/*.o rm -f frontend/*.o rm -f frontend/menu/*.o + rm -f frontend/menu/disp/*.o rm -f audio/*.o rm -f audio/xaudio-c/*.o rm -f compat/*.o