aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Allum <breakfast@10.am>2003-11-14 19:32:41 +0000
committerMatthew Allum <breakfast@10.am>2003-11-14 19:32:41 +0000
commit9813c48fef704a85adb3ee733f15a7365fa49b5b (patch)
treef9f7b1cd7986f7e998ccfbd2f828dd76a0284cb6 /Makefile
parentMade gussian_map get called just once rather than N times (diff)
downloadxcman-9813c48fef704a85adb3ee733f15a7365fa49b5b.tar.gz
xcman-9813c48fef704a85adb3ee733f15a7365fa49b5b.tar.bz2
xcman-9813c48fef704a85adb3ee733f15a7365fa49b5b.tar.xz
Remove local changes to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index da2fb88..8986ffa 100644
--- a/Makefile
+++ b/Makefile
@@ -2,13 +2,10 @@ LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender` -lm
CFLAGS=-O -g
-all: xcompmgr mbcompmgr
+all: xcompmgr
xcompmgr: xcompmgr.c
$(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS)
-mbcompmgr: mbcompmgr.c
- $(CC) -o $@ $(CFLAGS) mbcompmgr.c $(LIBS)
-
clean:
- rm xcompmgr mbcompmgr
+ rm xcompmgr