#
#
#

all :
	gcc bufme4.c -o bufme4
	gcc overbufme4.c -o over4 -lexploit

clean:
	rm -rif core bufme4 over4
