all: runtime.o runtime.o: runtime.c gcc -g -m32 -c runtime.c clean: rm -f *.a *.o *~