mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-26 01:08:22 -05:00
7992b07f6a
There are no subdirectories in any of these directories or plans for adding ones. As such, there is no point in running the loop that does not do anything and can cause problems with some shells.
10 lines
137 B
Makefile
10 lines
137 B
Makefile
all:
|
|
@echo Nothing to be made.
|
|
|
|
clean:
|
|
rm -f *~ *.o *.d
|
|
rm -f build.wpa_supplicant build.hostapd
|
|
|
|
install:
|
|
@echo Nothing to be made.
|