LIBRARY= -L ..
SPINCOMP=$(BSTC)

BSTC=bstc.linux -b -Ograux
BSTL=bstl.linux
HOMESPUN=mono ~/bin/homespun030.exe $(LIBRARY) -b

all:
	$(SPINCOMP) $(LIBRARY) uploadsd.spin
	$(SPINCOMP) $(LIBRARY) debug_zog.spin

install: all progee

progee:
	$(BSTL) -p3 -f debug_zog.binary

program:
	$(BSTL) -p1 -f debug_zog.binary

clean: FORCE
	rm -f *.binary *.eeprom
FORCE:
