all: crypto
	echo All up to date

crypto: crypto.c
	cc -o crypto crypto.c -I../spell -L../spell -lspell
