VERSION = 0.2.1 PREFIX = /usl/local # need -D_GNU_SOURCE wehn compiling on Linux OS != uname -s GNUSRC != if [ "${OS}" = "Linux" ]; then \ printf "%s" "-D_GNU_SOURCE"; \ fi CFLAGS = -std=c99 -Wall -pthread -O2 ${GNUSRC} LDFLAGS = CC = cc