about summary refs log tree commit diff stats
path: root/124next-token.subx
diff options
context:
space:
mode:
Diffstat (limited to '124next-token.subx')
0 files changed, 0 insertions, 0 deletions
0 initial import' href='/acidbong/suckless/dwm/commit/config.mk?h=3.0&id=1076f2b6b3d3751d5d5db6fcb9ac8c247e04e893'>1076f2b
77f8c07 ^





7b5638f ^
a73a882 ^
ba59bc8 ^
77f8c07 ^
ba59bc8 ^
d7e1708 ^
7b5638f ^
1076f2b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27



                              




                               
                   

                                       
 





                  
       
                                                                    
                 
                                                                              
                     
 
          
       
# Customize to fit your system

# paths
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man

X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib

# includes and libs
INCS = -I/usr/lib -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11

# dwm version
VERSION = 0.6

# default config.h
CONFIG = config.h

# flags
CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\" -DCONFIG=\"${CONFIG}\"
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DCONFIG=\"${CONFIG}\"
#LDFLAGS = -g ${LIBS}

# compiler
CC = cc