summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJen-Chieh Shen <jcs090218@gmail.com>2022-04-28 03:33:49 +0800
committerJen-Chieh Shen <jcs090218@gmail.com>2022-04-28 03:33:49 +0800
commita403e4ae516e3efff55941c3dbe05be10ddc1021 (patch)
treeb64ce2e5a748e20b62fb01a70d79eeb9062eb537 /Makefile
parentd0072d6033da0866659987099ecfbf8877e0c0e8 (diff)
downloadrust-mode-a403e4ae516e3efff55941c3dbe05be10ddc1021.tar.gz
Disable checkdoc and lint for now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 876ea22..9299917 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,8 @@ DEPS =
LOAD_PATH ?= $(addprefix -L ../,$(DEPS))
LOAD_PATH += -L .
-ci: build compile checkdoc lint test
+# TODO: add checkdoc and lint
+ci: build compile checkdoc
build:
$(EASK) package