]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
clean .o files
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 28 Sep 2007 21:30:06 +0000 (23:30 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Fri, 28 Sep 2007 21:30:06 +0000 (23:30 +0200)
Makefile

index 2fbb56c1b349b8b8c3af94f6ae1ec08de2c05793..99be023a2319150f5a961764944200aad57f602f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ LIBNL = /home/johannes/Projects/libnl/
 
 CFLAGS += -Wall -lnl -I$(LIBNL)/include/ -L$(LIBNL)/lib/
 
-iw:    iw.c iw.h
+iw:    iw.c iw.h interface.c
 
 clean:
-       rm -f iw *~
+       rm -f iw *.o *~