From 9233457fcced2fd15aa55ca5216a4b96c5c2096f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 20 Aug 2022 17:34:14 -0400 Subject: make: Drop CURL variable This is unused since c657cfa (ci: Switch to GitHub Actions, 2022-02-21). --- Makefile | 1 - 1 file changed, 1 deletion(-) 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)) -- cgit v1.2.3