1 2 3 4 5
PREFIX=/usr/ BINDIR=$(PREFIX)/bin CC=cc CFLAGS=-std=c99 -Wall -Wpedantic -Wno-parentheses -Wno-switch -g -pipe LDFLAGS=