]> Pileus Git - wmpus/blobdiff - makefile
Rename to wmpus
[wmpus] / makefile
index 4900ee57be91ce841559a82000438fd35a726469..2920b48ab26cde0acd3004dfd30a3c12c6a89f1f 100644 (file)
--- a/makefile
+++ b/makefile
@@ -2,18 +2,18 @@ WM=wmii
 
 SYS=x11
 CC=gcc
-PROG=awm
+PROG=wmpus
 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
+PROG=wmpus.exe
 TEST=cp -t /t/htdocs/temp
 endif