summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Jelten <jj@sft.mx>2015-01-19 04:27:54 +0100
committerJonas Jelten <jj@sft.mx>2015-01-19 04:27:54 +0100
commit5534df4b23dfb43b8090b1d32d279eb88cd5dd00 (patch)
tree6d42072bacaa722d855c4561a7e68e3d92b06622 /Makefile
parentcb16b5d29d47e8e62c87f3f531fd1e592f32c5e9 (diff)
make: don't build cscope by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: