]> Pileus Git - wmpus/blobdiff - makefile
Fix closing focused window
[wmpus] / makefile
index e854d818bf8a6bb7a11ed6febbafa2c19ff967f6..7dec6041355e36b829cf909673838a9b2e384a34 100644 (file)
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@
 
 -include config.mk
 
-VERSION   ?= 0.1-p0
+VERSION   ?= 0.1-rc1
 WM        ?= wmii
 SYS       ?= x11
 CFLAGS    ?= -g -Wall
@@ -17,7 +17,7 @@ LDFLAGS   += -lX11 -lXinerama
 endif
 
 ifeq ($(SYS),win32)
-GCC       ?= i686-pc-mingw32-gcc
+GCC       ?= i486-mingw32-gcc
 PROG      ?= wmpus.exe
 LDFLAGS   += -lgdi32
 endif