1default: 2 $(CC) -Wall -fPIC -lifconfig -g -o example_setdescription setdescription.c 3 $(CC) -Wall -fPIC -lifconfig -g -o example_setmtu setmtu.c 4 $(CC) -Wall -fPIC -lifconfig -g -o example_ifdestroy ifdestroy.c 5 $(CC) -Wall -fPIC -lifconfig -g -o example_ifcreate ifcreate.c 6 $(CC) -Wall -fPIC -lifconfig -g -o example_ifcreatevlan ifcreatevlan.c 7 $(CC) -Wall -fPIC -lifconfig -g -o example_ifchanagevlan ifchanagevlan.c 8 $(CC) -Wall -fPIC -lifconfig -g -o example_status status.c 9clean: 10 rm -f example_* 11