all:
	gcc -c -fPIC a.c
	gcc -c interp.c
	gcc -c crt1S.S
	gcc -shared crt1S.o interp.o a.o
