
shared:
	gcc -fPIC -O -S -o _x86_add_sub.s _add_sub.c

static:
	gcc       -O -S -o _x86_add_sub.s _add_sub.c

