From d6ed181eee6f2dd3439e0e6057c868c2d5d4a8d0 Mon Sep 17 00:00:00 2001 From: MC Date: Thu, 24 Jun 2010 17:28:16 +0200 Subject: Added debug printouts for incoming events. --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c8833f9..cd92e2a 100644 --- a/Makefile +++ b/Makefile @@ -1,18 +1,20 @@ VERSION=201000624-3 DIST=mcwm-$(VERSION) -DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST config.h mcwm.c +DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST config.h mcwm.c \ + events.h CC=gcc CFLAGS=-g -std=c99 -Wall -I/usr/local/include -L/usr/local/lib -lxcb \ -lxcb-keysyms -lxcb-icccm -lxcb-atom #-DDEBUG RM=/bin/rm +PREFIX=/usr/local TARGETS=mcwm all: $(TARGETS) -mcwm: mcwm.c config.h +mcwm: mcwm.c config.h events.h Makefile mcwm-static: mcwm.c config.h $(CC) -o mcwm-static mcwm.c -static -g -std=c99 -Wall \ -- cgit v1.2.3