Makefile.libogc should not remove already pre-created lib files
This commit is contained in:
parent
7ca508d516
commit
1cac74d69f
|
@ -253,7 +253,6 @@ libs: $(LIBRARIES)
|
|||
#---------------------------------------------------------------------------------
|
||||
clean:
|
||||
#---------------------------------------------------------------------------------
|
||||
rm -fr $(LIBS)
|
||||
rm -fr $(BASEDIR)/wii/*.o
|
||||
rm -f *.map
|
||||
|
||||
|
|
Loading…
Reference in New Issue