
EE_BIN = linkedlist.elf
EE_OBJS = main.o

all : $(EE_BIN) 

include $(LIBITO)/Makefile.prefab
