CC = gcc CFLAGS = -shared -Wall -fPIC all: @${CC} ${CFLAGS} getwch.c -o libgetwch.so clean: @rm -f libgetwch.so