From: Luke Howard Date: Wed, 27 Apr 2011 14:26:36 +0000 (+0200) Subject: add clean target X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=refs%2Fheads%2Fmaster;p=libeap.git add clean target --- diff --git a/Makefile.in b/Makefile.in index 0160c87..9fd27cd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,2 +1,5 @@ all install: - cd eap_example&&$(MAKE) CC='gcc -fPIC' + cd eap_example && $(MAKE) CC='gcc -fPIC' + +clean: + cd eap_example && $(MAKE) clean