NAME=gramscii
VERSION=0.1

PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
MANDIR = $(PREFIX)share/man

CFLAGS=-O3 -std=c90 -pedantic -Wall

CC=cc