X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=Makefile;h=8ae5754f095819d6e8307db649c2cf1b85b7beb9;hp=3602ea793bc1f71b0d20b2a3f5ee50936a1ac953;hb=96894619b609626621a05b87638b40cdc7dbfe37;hpb=78376bd08b8f19a73fde4a1d922c743bd0a9dfbf diff --git a/Makefile b/Makefile index 3602ea7..8ae5754 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ SRCS=chunk.cc localdb.cc main.cc metadata.cc ref.cc remote.cc sha1.cc \ OBJS=$(SRCS:.cc=.o) cumulus : $(OBJS) - $(CXX) $(LDFLAGS) -o $@ $^ + $(CXX) -o $@ $^ $(LDFLAGS) version : NEWS (git describe || (head -n1 NEWS | cut -d" " -f1)) >version 2>/dev/null