CFLAGS = -O -s

all: banr

banr:
#	cc $(CFLAGS) banr.c -o $@ -ltermcap
	cc $(CFLAGS) banr.c -lterm # use this for COHERENT
