]> Pileus Git - wmpus/blobdiff - makefile
Rename to wmpus
[wmpus] / makefile
index 68b8cf382a30c46b26b9e82db4a41addf49b0679..2920b48ab26cde0acd3004dfd30a3c12c6a89f1f 100644 (file)
--- a/makefile
+++ b/makefile
@@ -2,7 +2,7 @@ WM=wmii
 
 SYS=x11
 CC=gcc
-PROG=awm
+PROG=wmpus
 CFLAGS=-g -Werror -Wall
 LIBS=-Wl,--as-needed -lX11 -lXinerama
 TEST=DISPLAY=:2.0
@@ -13,7 +13,7 @@ SYS=win32
 CC=i686-pc-mingw32-gcc
 CFLAGS=-g -Werror -Wall -D_NO_OLDNAMES -DMARGIN=15
 LIBS=
-PROG=awm.exe
+PROG=wmpus.exe
 TEST=cp -t /t/htdocs/temp
 endif