From: Jonas Jelten Date: Mon, 19 Jan 2015 03:27:54 +0000 (+0100) Subject: make: don't build cscope by default X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=5534df4b23dfb43b8090b1d32d279eb88cd5dd00;p=sent.git make: don't build cscope by default --- 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: