hello: hello.c
	cc -g  -O1 -o hello hello.c -lSegFault

clean:
	rm -r -f hello
