From db01c2635c055c7244cfbb2b44ed0c78f89d0684 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Mon, 23 Jun 2014 11:55:38 +0200 Subject: fix Makefile for users w/o cscope --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3