make: don't build cscope by default

master
Jonas Jelten 9 years ago
parent cb16b5d29d
commit 5534df4b23

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

Loading…
Cancel
Save