diff options
author | Matthew Allum <breakfast@10.am> | 2003-11-14 19:32:41 +0000 |
---|---|---|
committer | Matthew Allum <breakfast@10.am> | 2003-11-14 19:32:41 +0000 |
commit | 9813c48fef704a85adb3ee733f15a7365fa49b5b (patch) | |
tree | f9f7b1cd7986f7e998ccfbd2f828dd76a0284cb6 /Makefile | |
parent | Made gussian_map get called just once rather than N times (diff) | |
download | xcman-9813c48fef704a85adb3ee733f15a7365fa49b5b.tar.gz xcman-9813c48fef704a85adb3ee733f15a7365fa49b5b.tar.bz2 xcman-9813c48fef704a85adb3ee733f15a7365fa49b5b.tar.xz |
Remove local changes to Makefile
Diffstat (limited to '')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |