#
#
#

all :
	gcc test.c -o test
	gcc exp7.c -o exp7 -lexploit	

clean:
	rm -rif core exp7 test
