JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied Sanders patches
[dwm.git] / config.mk
1 # Customize to fit your system
2
3 # paths
4 PREFIX = /usr/local
5 MANPREFIX = ${PREFIX}/share/man
6
7 X11INC = /usr/X11R6/include
8 X11LIB = /usr/X11R6/lib
9
10 # includes and libs
11 INCS = -I/usr/lib -I${X11INC}
12 LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
13
14 # flags
15 CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\"
16 LDFLAGS = ${LIBS}
17 #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
18 #LDFLAGS = -g ${LIBS}
19
20 # compiler
21 CC = cc
22
23 # dwm version
24 VERSION = 0.6