t* My version of sent
       
   URI git clone git://git.codevoid.de/sent-sdk.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit db01c2635c055c7244cfbb2b44ed0c78f89d0684
   DIR parent 4c8272d597718f79ef59567a4422e6694268bf58
   URI Author: Markus Teich <markus.teich@stusta.mhn.de>
       Date:   Mon, 23 Jun 2014 11:55:38 +0200
       
       fix Makefile for users w/o cscope
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       t@@ -29,7 +29,7 @@ sent: ${OBJ}
        
        cscope: ${SRC} config.h
                @echo cScope
       -        @cscope -R -b
       +        @cscope -R -b || echo cScope not installed
        
        clean:
                @echo cleaning