iss:	iss.o telnet.h
	$(CC) -o $@ iss.o

clean:
	rm -f iss iss.o
