]> Pileus Git - wmpus/blobdiff - makefile
Implement keyboard focus/window movement
[wmpus] / makefile
index 5cbe8fb41ff11097fecd65864c44645cabcb4765..772d99946bc420b93c72c6128e0ccb14a4a80ce4 100644 (file)
--- a/makefile
+++ b/makefile
@@ -7,11 +7,13 @@ CFLAGS=-g -Wall -Os
 LIBS=-Wl,--as-needed -lX11
 TEST=DISPLAY=:2.0
 
-#SYS=win32
-#CC=i686-pc-mingw32-gcc
-#CFLAGS=-g -Wall
-#PROG=awm.exe
-#TEST=wine
+ifdef WIN32
+SYS=win32
+CC=i686-pc-mingw32-gcc
+CFLAGS=-g -Wall
+PROG=awm.exe
+TEST=wine
+endif
 
 test: $(PROG)
        $(TEST) ./$<