summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorokan <okan>2017-07-06 17:01:10 +0000
committerokan <okan>2017-07-06 17:01:10 +0000
commiteb79ce65c9eacef95887d9a92d820951fb25fc7c (patch)
tree5f7485091a06680ed89fdee41b8169cb039da74b /Makefile
parent16a2ccc225dc002e87f8f88481cbb8dc669a3d3e (diff)
downloadcwm-eb79ce65c9eacef95887d9a92d820951fb25fc7c.tar.gz
cwm-eb79ce65c9eacef95887d9a92d820951fb25fc7c.tar.xz
cwm-eb79ce65c9eacef95887d9a92d820951fb25fc7c.zip
from src, by espie@:
no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f00441b..24e11d5 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ SRCS=		calmwm.c screen.c xmalloc.c client.c menu.c \
 CPPFLAGS+=	-I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR}
 
 CFLAGS+=	-Wall
-
+YFLAGS=
 LDADD+=		-L${X11BASE}/lib -lXft -lXrender -lX11 -lxcb -lXau -lXdmcp \
 		-lfontconfig -lexpat -lfreetype -lz -lXrandr -lXext