test1: test.c
	cc -o test1 test.c -ltam -ltermcap

display: display.c
	cc -g -o display display.c -ltam -ltermcap
