EE_LIB = ../lib/libpad.a
EE_OBJS = libpad.o

all: $(EE_LIB)

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

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