# convex
# if you prefer to use cc or no gcc

# $Log: convex,v $
# Revision 1.1  1995/06/03  09:27:17  mike
# initial checkin
#

############

CC=cc

CFLAGS='-O2 -std' 


# where to put the binary
BINDIR=/usr/local/bin

# where to put the man pages and man page extension
MANDIR=/usr/local/man/man1
MANEXT=1
