From 03e138e2053eb99c83c17deb115635f92afe4c5f Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Fri, 14 Nov 2003 19:27:00 +0000 Subject: Made gussian_map get called just once rather than N times --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 139ed49..da2fb88 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,13 @@ LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender` -lm CFLAGS=-O -g +all: xcompmgr mbcompmgr + xcompmgr: xcompmgr.c $(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS) +mbcompmgr: mbcompmgr.c + $(CC) -o $@ $(CFLAGS) mbcompmgr.c $(LIBS) + clean: - rm xcompmgr + rm xcompmgr mbcompmgr -- cgit v1.2.3-70-g09d2