Rename the generated executable from "scandir" to "lbs".
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 17 Jul 2007 21:35:09 +0000 (14:35 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Tue, 17 Jul 2007 21:35:09 +0000 (14:35 -0700)
.gitignore
Makefile

index 95ee659..43a5c84 100644 (file)
@@ -1,2 +1,2 @@
+lbs
 Makefile.dep
-scandir
index 6eb0d67..392c3da 100644 (file)
--- 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: