about summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-21 12:09:10 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-21 12:09:10 +0100
commitdc6623728d1383bf4f04dc3fc6c210490ebb30aa (patch)
tree7b62e1c2cd2b118e2eacb00d0056c6737c1fd31f /README
parent7541f1ad4980bf1c917f4fec59353f79306fdf5c (diff)
downloaddwm-dc6623728d1383bf4f04dc3fc6c210490ebb30aa.tar.gz
Added tag 3.6.1 for changeset 20ec6976cee1
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions
m/commit/config.mk?h=2.7&id=7b5638f61d5c8b5a76bc3f7a5962cb7490da3b6b'>7b5638f ^
1076f2b
7b5638f ^
ecc95c9 ^
12b1d43 ^


d7e1708 ^
95766d6 ^
1076f2b
95766d6 ^
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
             
             


                                    

                   




                               
                   
                                     
                                       
 
       
                                             


                                                       
 
                     
       
          
# dwm version
VERSION = 2.4

# Customize below 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. -I/usr/include -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11

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

# compiler and linker
CC = cc
LD = ${CC}