summaryrefslogtreecommitdiff
path: root/ifinfo/Makefile (plain)
blob: a073ce99eee57423cc4dad9285e07979cdf03200
1
2
3
4
5
6
7
8
all: get_mac_ioctl get_interfaces

get_mac_ioctl: get_mac_ioctl.c

get_interfaces: get_interfaces.c

clean:
	rm -f *.o get_mac_ioctl get_interfaces