blob: 07600e52c2fdecee0d73bd78f5183e9ebd180e71 [file] [log] [blame]
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001all:
2 @echo Nothing to be made.
3
4clean:
5 rm -f *~ *.o *.d
6 rm -f build.wpa_supplicant build.hostapd
7
8install:
9 @echo Nothing to be made.