all:		lit lit.1
install:	all
	@echo install according to local conventions
lit:		lit.c
	$(CC) $(CFLAGS) -o lit lit.c
