
include ../../Makefile.lib

all:
	NM=$(NM) STRIP="$(STRIP)" sh xynth.sh

clean:
	@$(RM) syms.args syms.all syms.def syms.undef objs.txt
