#-----------------------------------------------------------------------#
#																		#
#					  Ketchup Killers making file						#
#																		#
#					   by RedBug/Ketchup Killers						#
#																		#
#-----------------------------------------------------------------------#


all : ansopt.exe

ansopt.exe	: ansopt.c
	gcc -o ansopt.exe ansopt.c -O3



#-----------------------------------------------------------------------#
#																		#
#  This was the Ketchup Killers making file 							#
#																		#
#		   by RedBug/Ketchup Killers									#
#																		#
# EMAIL: RedBug26@yahoo.com 											#
#-----------------------------------------------------------------------#
