mirror of
https://github.com/libretro/RetroArch
synced 2025-03-06 04:13:52 +00:00
Fix make clean.
This commit is contained in:
parent
741ed2cc03
commit
657c8f4a7b
1
Makefile
1
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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user