mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
test/unit: Update convenience makefile
Allow cleaning - useful when switching compiler between GCC/clang.
This commit is contained in:
parent
b5618c51ca
commit
21fba21054
@ -6,3 +6,6 @@ all:
|
||||
|
||||
check:
|
||||
cd ../../contrib/ports/unix/check/ && $(MAKE) check
|
||||
|
||||
clean:
|
||||
cd ../../contrib/ports/unix/check/ && $(MAKE) clean
|
||||
|
Loading…
Reference in New Issue
Block a user