LwIP 2.2.1在STM32F407VET6平台 移植
This commit is contained in:
11
ThirdParty/lwip-2.2.1/test/unit/Makefile
vendored
Normal file
11
ThirdParty/lwip-2.2.1/test/unit/Makefile
vendored
Normal file
@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user