add clean target
[libeap.git] / Makefile.in
1 all install:
2         cd eap_example && $(MAKE) CC='gcc -fPIC'
3
4 clean:
5         cd eap_example && $(MAKE) clean