From b146ee1c051721eaeccc84a8b1758f68dcfbc2f0 Mon Sep 17 00:00:00 2001 From: Themaister Date: Tue, 24 Dec 2013 14:20:23 +0100 Subject: [PATCH] Clean frontend/menu/disp on make clean. --- Makefile | 1 + Makefile.win | 1 + 2 files changed, 2 insertions(+) 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