From 6a119b1ed79f669d9f2a99822140623ad4604d77 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Tue, 17 Jul 2007 14:35:09 -0700 Subject: [PATCH] Rename the generated executable from "scandir" to "lbs". --- .gitignore | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 95ee659..43a5c84 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ +lbs Makefile.dep -scandir diff --git a/Makefile b/Makefile index 6eb0d67..392c3da 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ LDFLAGS=$(DEBUG) -ltar `pkg-config --libs $(PACKAGES)` SRCS=format.cc localdb.cc ref.cc scandir.cc sha1.cc statcache.cc store.cc OBJS=$(SRCS:.cc=.o) -scandir : $(OBJS) +lbs : $(OBJS) $(CXX) $(LDFLAGS) -o $@ $^ dep: -- 2.20.1