1 2 3 4 5 6
all: libcough.so libcough.so: cough.c gcc -o libcough.so -shared -fPIC cough.c clean: rm -f libcough.so