blob: 5721154014ecca24bdfb19a5795e8c7047bf348a [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001all:
2 @echo Nothing to be made.
3
4clean:
5 rm -f *~ *.o *.d *.gcno *.gcda *.gcov
6 rm -f build.wpa_supplicant build.hostapd
7
8install:
9 @echo Nothing to be made.