]> Pileus Git - wmpus/blobdiff - makefile
Make settings configurable
[wmpus] / makefile
index 4900ee57be91ce841559a82000438fd35a726469..68b8cf382a30c46b26b9e82db4a41addf49b0679 100644 (file)
--- a/makefile
+++ b/makefile
@@ -7,11 +7,11 @@ CFLAGS=-g -Werror -Wall
 LIBS=-Wl,--as-needed -lX11 -lXinerama
 TEST=DISPLAY=:2.0
 
-WIN32=
+WIN32?=
 ifdef WIN32
 SYS=win32
 CC=i686-pc-mingw32-gcc
-CFLAGS=-g -Werror -Wall -D_NO_OLDNAMES
+CFLAGS=-g -Werror -Wall -D_NO_OLDNAMES -DMARGIN=15
 LIBS=
 PROG=awm.exe
 TEST=cp -t /t/htdocs/temp