# You may need to edit this, especially the -lcurses line. If you have 
# problems, try changing -lcurses to -lncurses.
cursetut: cursetut.c
	gcc -o cursetut cursetut.c -Wall -s -lcurses
