#
#
#

all :
	gcc bufme.c -o bufme
	gcc overbufme.c -o over1 -lexploit

clean:
	rm -rif core bufme over1
