# Make file to create the Walk executable

walk : walk.c
	cc -o walk walk.c

