hostap/src/rsn_supp/Makefile

10 lines
144 B
Makefile

all:
@echo Nothing to be made.
clean:
for d in $(SUBDIRS); do make -C $$d clean; done
rm -f *~ *.o *.d
install:
@echo Nothing to be made.