hostap/src/p2p/Makefile

9 lines
116 B
Makefile
Raw Normal View History

2010-07-18 23:30:25 +02:00
all:
@echo Nothing to be made.
clean:
rm -f *~ *.o *.d *.gcno *.gcda *.gcov
2010-07-18 23:30:25 +02:00
install:
@echo Nothing to be made.