hostap/src/ap/Makefile

9 lines
95 B
Makefile

all:
@echo Nothing to be made.
clean:
rm -f *~ *.o *.d
install:
@echo Nothing to be made.