#!/bin/sh CFLAGS="-std=c99 -Wall -Wextra -Werror -fPIC" PREFIX="/usr/local" APP_LIBS="-lXmd -lXm -lXt -lX11 -ldl"