Made gussian_map get called just once rather than N times
[dana/xcompmgr.git] / Makefile
1 LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender` -lm
2
3 CFLAGS=-O -g
4
5 all: xcompmgr mbcompmgr
6
7 xcompmgr: xcompmgr.c
8         $(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS)
9
10 mbcompmgr: mbcompmgr.c
11         $(CC) -o $@ $(CFLAGS) mbcompmgr.c $(LIBS)
12
13 clean:
14         rm xcompmgr mbcompmgr