SHELL=/bin/sh
ICONT=icont
IFLAGS=-us

ged:	ged.icn control.icn textedit.icn
	$(ICONT) $(IFLAGS) ged control textedit

Clean:
	rm -f ged *.u?
