diff options
author | Keith Packard <keithp@keithp.com> | 2003-11-10 18:34:35 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-11-10 18:34:35 +0000 |
commit | 41293ef7559c2b6ed8f97ee3634f6399ccd241e7 (patch) | |
tree | e61da905f45f8fad49e023f529f2bde900702931 /Makefile | |
parent | Add a bit of scheduling to updates; update every 30 ms instead of waiting (diff) | |
download | xcman-41293ef7559c2b6ed8f97ee3634f6399ccd241e7.tar.gz xcman-41293ef7559c2b6ed8f97ee3634f6399ccd241e7.tar.bz2 xcman-41293ef7559c2b6ed8f97ee3634f6399ccd241e7.tar.xz |
Track changes to _XROOTPMAP_ID property
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |