make: don't build cscope by default

This commit is contained in:
Jonas Jelten 2015-01-19 04:27:54 +01:00
parent cb16b5d29d
commit 5534df4b23
1 changed files with 1 additions and 1 deletions

View File

@ -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: