commit 5534df4b23dfb43b8090b1d32d279eb88cd5dd00 parent cb16b5d29d47e8e62c87f3f531fd1e592f32c5e9 Author: Jonas Jelten <jj@sft.mx> Date: Mon, 19 Jan 2015 04:27:54 +0100 make: don't build cscope by default Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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: