RM	= rm -f

ALLC =
ALLH = telnet.h

all:
	@echo "...done"

clean:
	@echo "Cleaning tn3270/arpa..." 
	@$(RM) *.o core

