From 01123bae075d6d472eaf3806556ce08ca6d6a3cd Mon Sep 17 00:00:00 2001 From: gotmor Date: Mon, 18 Jun 2007 00:04:30 +0000 Subject: code cleanups, thanks 'mauke' git-svn-id: http://dzen.googlecode.com/svn/trunk@106 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 2bcb038..2b8e9f0 100644 --- a/config.mk +++ b/config.mk @@ -4,7 +4,7 @@ VERSION = 0.5.0 # Customize below to fit your system # paths -PREFIX = /usr/local +PREFIX = /home/mauke/usr/local MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include @@ -28,9 +28,9 @@ LDFLAGS = ${LIBS} #CFLAGS += -xtarget=ultra # Debugging -#CFLAGS = -g -Wall -O0 ${INCS} -DVERSION=\"${VERSION}\" -DPOSIX_SOURCE +#CFLAGS = ${INCS} -DVERSION=\"${VERSION}\" -std=gnu89 -pedantic -Wall -W -Wno-missing-field-initializers -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -O2 -pipe #LDFLAGS = -g ${LIBS} # compiler and linker -CC = cc +CC = gcc LD = ${CC} -- cgit v1.2.3-54-g00ecf