all:
	cc -Oc engine.c frames.c
	ld engine.o frames.o /lib/crt0s.o /lib/shlib.ifile 
	strip a.out
	mv a.out engine