aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-08-20 17:34:14 -0400
committerKyle Meyer <kyle@kyleam.com>2022-08-20 17:34:14 -0400
commit9233457fcced2fd15aa55ca5216a4b96c5c2096f (patch)
tree127e7508a8a6b1ae1a6bb888e2538b666aa32cd8
parent0dfeaff6079558c39081c2c078c41369da01903b (diff)
downloadsnakemake-mode-9233457fcced2fd15aa55ca5216a4b96c5c2096f.tar.gz
make: Drop CURL variable
This is unused since c657cfa (ci: Switch to GitHub Actions, 2022-02-21).
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a86456..6134c1c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,6 @@
LOAD_PATH = -L ../transient/lisp -L .
EMACS = emacs
BATCH = $(EMACS) -Q --batch $(LOAD_PATH)
-CURL := curl --silent
els := snakemake.el snakemake-mode.el
elcs := $(patsubst %.el, %.elc, $(els))