From: Matthew Allum Date: Fri, 14 Nov 2003 19:32:41 +0000 (+0000) Subject: Remove local changes to Makefile X-Git-Tag: XCOMPMGR_1_0~18 X-Git-Url: http://git.openbox.org/?p=dana%2Fxcompmgr.git;a=commitdiff_plain;h=9813c48fef704a85adb3ee733f15a7365fa49b5b;hp=03e138e2053eb99c83c17deb115635f92afe4c5f Remove local changes to Makefile --- 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