# # Makefile for chat with ultrix # CFLAGS = -DNO_USLEEP all: chat chat: chat.o $(CC) -o chat chat.o install: chat install -c chat $(BINDIR)/chat clean: rm -f *~ *.o chat