libstrat: fix bugs/compiler warnings

This commit is contained in:
Michael Scire
2020-07-01 09:22:09 -07:00
committed by SciresM
parent 70e67da1e1
commit 0a53c74aad
8 changed files with 31 additions and 21 deletions

View File

@@ -116,7 +116,7 @@ dist: dist-src dist-bin
#---------------------------------------------------------------------------------
clean:
@echo clean ...
@rm -fr release lib *.bz2
@rm -fr release lib *.bz2 include/stratosphere.hpp.gch
#---------------------------------------------------------------------------------
else