fix Makefile for users w/o cscope

This commit is contained in:
Markus Teich 2014-06-23 11:55:38 +02:00
parent 4c8272d597
commit db01c2635c
1 changed files with 1 additions and 1 deletions

View File

@ -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