]> Pileus Git - wmpus/blobdiff - makefile
Rename mode_t to layout_t
[wmpus] / makefile
index fb14b4d31a614e8d32e1eb60f934ff2a3726c532..11519b2f285665874812ae4537afda0e6eda7380 100644 (file)
--- a/makefile
+++ b/makefile
@@ -5,7 +5,7 @@ undefine CC
 
 -include config.mk
 
-VERSION   ?= 0.1
+VERSION   ?= 0.1-p0
 WM        ?= wmii
 SYS       ?= x11
 CFLAGS    ?= -g -Wall
@@ -21,7 +21,6 @@ endif
 ifeq ($(SYS),win32)
 CC        ?= i686-pc-mingw32-gcc
 PROG      ?= wmpus.exe
-CFLAGS    += -D_MODE_T_
 LDFLAGS   += -lgdi32
 endif