summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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