hostap/src/p2p/Makefile
2010-09-09 07:17:17 -07:00

9 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.