hello.so: hello.o gcc -shared -o hello.so hello.o hello.o: hello.c gcc -std=c99 -c -o hello.o hello.c clean: rm hello.o hello.so