PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
CFLAGS=-Wall -Werror
LDFLAGS=
OS=$(shell uname -s | tr A-Z a-z)
INSTALL=install
