#
#
#

all :
	gcc bufme.c -o bufme
	gcc over5.c -o over5 -lexploit	

clean:
	rm -rif core over5 bufme
