all:
	gcc -c a.c
	gcc -c interp.c
	gcc -shared crt1.o interp.o a.o -lc

