summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2014-06-23 11:55:38 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2014-06-23 11:55:38 +0200
commitdb01c2635c055c7244cfbb2b44ed0c78f89d0684 (patch)
tree92b773c2ec79561b9664a221e760599c7d23cb20 /Makefile
parent4c8272d597718f79ef59567a4422e6694268bf58 (diff)
downloadsent-db01c2635c055c7244cfbb2b44ed0c78f89d0684.tar.gz
sent-db01c2635c055c7244cfbb2b44ed0c78f89d0684.tar.bz2
sent-db01c2635c055c7244cfbb2b44ed0c78f89d0684.zip
fix Makefile for users w/o cscope
Diffstat (limited to 'Makefile')
-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
Software created with 💖