hostap/src/eap_common/Makefile

9 lines
95 B
Makefile
Raw Normal View History

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