commit db01c2635c055c7244cfbb2b44ed0c78f89d0684 parent 4c8272d597718f79ef59567a4422e6694268bf58 Author: Markus Teich <markus.teich@stusta.mhn.de> Date: Mon, 23 Jun 2014 11:55:38 +0200 fix Makefile for users w/o cscope Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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