repo.or.cz
/
dwm-win32.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Import dwm-win32-alpha2
[dwm-win32.git]
/
config.mk
blob
b4dd61ffbb97ea6fffdbb6a9c40eb09797d8c091
1
# dwm-win32 version
2
VERSION
=
alpha2
3
4
# Customize below to fit your system
5
6
# paths
7
PREFIX
= /
usr
/
local
8
MANPREFIX
= ${
PREFIX
}/
share
/
man
9
10
# flags
11
CPPFLAGS
= -
DVERSION
=
\"
${
VERSION
}
\"
12
CFLAGS
= -
std
=
c99
-
pedantic
-
Wall
-
Os
${
CPPFLAGS
}
13
LDFLAGS
= -
s
-
mwindows
14
15
# compiler and linker
16
CC
=
gcc