Submodule patches now called from Makefile (e.g. make patch)

This commit is contained in:
Joseph Henry
2018-07-27 16:14:31 -07:00
parent c3ee25f525
commit fecb5e1b47
3 changed files with 5 additions and 15 deletions

View File

@@ -38,3 +38,7 @@ clean:
clean_win:
-"rd /S /Q bin"
-"rd /S /Q build"
patch:
git -C ext/lwip apply ../lwip.patch
git -C ext/lwip-contrib apply ../lwip-contrib.patch