From: Michael Vrable Date: Tue, 17 Jul 2007 21:35:09 +0000 (-0700) Subject: Rename the generated executable from "scandir" to "lbs". X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=commitdiff_plain;h=6a119b1ed79f669d9f2a99822140623ad4604d77 Rename the generated executable from "scandir" to "lbs". --- 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: