aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-11-10 18:34:35 +0000
committerKeith Packard <keithp@keithp.com>2003-11-10 18:34:35 +0000
commit41293ef7559c2b6ed8f97ee3634f6399ccd241e7 (patch)
treee61da905f45f8fad49e023f529f2bde900702931 /Makefile
parentAdd a bit of scheduling to updates; update every 30 ms instead of waiting (diff)
downloadxcman-41293ef7559c2b6ed8f97ee3634f6399ccd241e7.tar.gz
xcman-41293ef7559c2b6ed8f97ee3634f6399ccd241e7.tar.bz2
xcman-41293ef7559c2b6ed8f97ee3634f6399ccd241e7.tar.xz
Track changes to _XROOTPMAP_ID property
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f3c7dea..139ed49 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender` -lm
+CFLAGS=-O -g
+
xcompmgr: xcompmgr.c
$(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS)