From: Markus Teich Date: Mon, 23 Jun 2014 09:55:38 +0000 (+0200) Subject: fix Makefile for users w/o cscope X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=db01c2635c055c7244cfbb2b44ed0c78f89d0684;p=sent.git fix Makefile for users w/o cscope --- diff --git a/Makefile b/Makefile index 0e9ea36..95bd869 100644 --- a/Makefile +++ b/Makefile @@ -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