]> git.ipfire.org Git - thirdparty/iw.git/blame - Makefile
implement "del interface"
[thirdparty/iw.git] / Makefile
CommitLineData
cad53b3f
JB
1# adjust this
2LIBNL = /home/johannes/Projects/libnl/
3
e10b6eab 4CFLAGS += -Wall -I$(LIBNL)/include/ -g
da3d121c 5LDFLAGS += -lnl -L$(LIBNL)/lib/
cad53b3f 6
da3d121c 7iw: iw.o interface.o
cad53b3f
JB
8
9clean:
6fbe8fb8 10 rm -f iw *.o *~