X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/8e402a211ee3b1225481a6ff8efaa7c3d3a65272..32851537d44f08b08ed317cbc4281ce003f84fa4:/Makefile diff --git a/Makefile b/Makefile index 5d19995..7917088 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,13 @@ +# # Makefile for onak. +# +# $Id: Makefile,v 1.16 2003/06/06 14:02:39 noodles Exp $ +# CC = gcc LINK = gcc CFLAGS += -Wall -pedantic -g -I/usr/local/include +# Uncomment to enable profiling. #LDFLAGS += -pg # Can be "pg" for Postgresql, "file" for flat files or "db2" for pksd db2 style. DBTYPE = db3