Makefile.libogc should not remove already pre-created lib files

This commit is contained in:
twinaphex 2017-08-19 23:29:35 +02:00
parent 7ca508d516
commit 1cac74d69f

View File

@ -253,7 +253,6 @@ libs: $(LIBRARIES)
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
clean: clean:
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
rm -fr $(LIBS)
rm -fr $(BASEDIR)/wii/*.o rm -fr $(BASEDIR)/wii/*.o
rm -f *.map rm -f *.map