lwip 0.3.15

Rust bindings for the lwIP TCP/IP stack
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Shortcuts to building and running tests on unix platforms.
# Output files will be written to the directory listed below.

all:
	cd ../../contrib/ports/unix/check/ && $(MAKE)

check:
	cd ../../contrib/ports/unix/check/ && $(MAKE) check

clean:
	cd ../../contrib/ports/unix/check/ && $(MAKE) clean