Import dwm-win32-alpha1
[dwm-win32.git] / config.mk
blobcc060b94b15e1982eb992361506a616d20b465d2
1 # dwm-win32 version
2 VERSION = alpha1
4 # Customize below to fit your system
6 # paths
7 PREFIX = /usr/local
8 MANPREFIX = ${PREFIX}/share/man
10 # flags
11 CPPFLAGS = -DVERSION=\"${VERSION}\"
12 CFLAGS = -std=c99 -pedantic -Wall -Os ${CPPFLAGS}
13 LDFLAGS = -s -mwindows
15 # compiler and linker
16 CC = gcc