]> git.ipfire.org Git - thirdparty/hostap.git/blob - src/eap_common/Makefile
EAP-SIM/AKA: Use os_memcmp_const() for hash/password comparisons
[thirdparty/hostap.git] / src / eap_common / Makefile
1 all:
2 @echo Nothing to be made.
3
4 clean:
5 rm -f *~ *.o *.d *.gcno *.gcda *.gcov
6
7 install:
8 @echo Nothing to be made.