EE_BIN  = example.elf
EE_OBJS = example.o

all: $(EE_BIN)

clean:
	rm -f $(EE_OBJS) $(EE_BIN)

include ../../Makefile.pref
include ../../Makefile.global



