fix Makefile for users w/o cscope

master
Markus Teich 10 years ago
parent 4c8272d597
commit db01c2635c

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

Loading…
Cancel
Save