1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-05-08 05:41:40 +03:00
david gauchard 76a14b1f63
lwip2: fix static address management ()
+ 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