Rename the generated executable from "scandir" to "lbs".
[cumulus.git] / Makefile
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: