test16: test16.s
	gcc -o test16 test16.s -g -ldl -lncurses -L../../lib -ldb -lhtcobol -lm

test16.s: test16.cob
	../../compiler/htcobol -P -D test16.cob

clean:
	rm -f *.s test16 test16.lis
	
