libaccel.so: accel.o
	clang -shared -Wl,-soname,libaccel.so -o libaccel.so  accel.o

accel.o: accel.c
	clang -c -fPIC -O3 accel.c -o accel.o