creator : creator.c
	gcc -Wall -O2 -fomit-frame-pointer -march=i586 -mcpu=i686 creator.c -s -o creator

clean :
	-rm -f *.o creator
