1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-25 20:02:37 +03:00
esp8266/tools/sdk/lwip2/Makefile
david gauchard 76a14b1f63
lwip2: fix static address management (#4677)
+ interactive example (for debugging)
2018-05-02 01:20:55 +02:00

19 lines
413 B
Makefile

all install clean: builder/lwip2-src/README
make -C builder -f Makefile.arduino $@
latestmaster: downloadmaster install
latestupstream: downloadupstream install
downloadupstream: downloadmaster
cd builder/lwip2-src; git checkout master
downloadmaster: download
cd builder; git checkout master
download: builder/lwip2-src/README
builder/lwip2-src/README:
git submodule update --init --recursive builder