This website requires JavaScript.
Explore
Help
Register
Sign in
DGNum
/
hostapd
Watch
6
Star
0
Fork
You've already forked hostapd
0
Code
Issues
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
632931c3ce
hostapd
/
src
/
common
/
Makefile
9 lines
116 B
Makefile
Raw
Normal View
History
Unescape
Escape
Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release
2008-02-28 02:34:43 +01:00
all
:
@echo Nothing to be made.
clean
:
Add CONFIG_CODE_COVERAGE=y option for gcov This can be used to measure code coverage from test scripts. Signed-hostap: Jouni Malinen <j@w1.fi>
2013-11-24 18:16:12 +01:00
rm -f *~ *.o *.d *.gcno *.gcda *.gcov
Improved 'make install' (use BINDIR/LIBDIR, install shared objects)
2009-02-15 13:22:50 +01:00
install
:
@echo Nothing to be made.
Reference in a new issue
Copy permalink