From 5534df4b23dfb43b8090b1d32d279eb88cd5dd00 Mon Sep 17 00:00:00 2001 From: Jonas Jelten Date: Mon, 19 Jan 2015 04:27:54 +0100 Subject: make: don't build cscope by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 95bd869..793bd7d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include config.mk SRC = sent.c OBJ = ${SRC:.c=.o} -all: options sent cscope +all: options sent options: @echo sent build options: -- cgit v1.2.3