# Make file to create the Keytest executable

keytest : keytest.c
	cc -o keytest keytest.c -lncurses

