EE_BIN = hello.elf
EE_OBJS = hello.o

all: $(EE_BIN)

clean:
	rm -f *.elf *.o *.a

include ../../../Makefile.pref
include ../../../Makefile.eeglobal
