Fix make clean.

This commit is contained in:
Themaister 2013-05-03 14:24:52 +02:00
parent 175e657071
commit 0712b89b97
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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