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