mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-26 17:28:29 -05:00
7feff06567
This can be used to measure code coverage from test scripts. Signed-hostap: Jouni Malinen <j@w1.fi>
9 lines
116 B
Makefile
9 lines
116 B
Makefile
all:
|
|
@echo Nothing to be made.
|
|
|
|
clean:
|
|
rm -f *~ *.o *.d *.gcno *.gcda *.gcov
|
|
|
|
install:
|
|
@echo Nothing to be made.
|