From: Johannes Berg Date: Fri, 28 Sep 2007 21:30:06 +0000 (+0200) Subject: clean .o files X-Git-Tag: v0.9~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fbe8fb8317f1c75aa300dce8b0db686b2fdace8;p=thirdparty%2Fiw.git clean .o files --- diff --git a/Makefile b/Makefile index 2fbb56c..99be023 100644 --- 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 *~