add clean target master
authorLuke Howard <lukeh@padl.com>
Wed, 27 Apr 2011 14:26:36 +0000 (16:26 +0200)
committerLuke Howard <lukeh@padl.com>
Wed, 27 Apr 2011 14:26:36 +0000 (16:26 +0200)
Makefile.in

index 0160c87..9fd27cd 100644 (file)
@@ -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