aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-04-19 22:18:47 -0400
committerKyle Meyer <kyle@kyleam.com>2016-04-19 22:20:52 -0400
commit764875c22e98f506528270dd9a4f3af8eab1b898 (patch)
tree9e67a04f8e04dd2fec3a11753c977b316b8be535 /Makefile
parent27c19be6fec7b198f5e41c20c914f34183917ffb (diff)
downloadsnakemake-mode-764875c22e98f506528270dd9a4f3af8eab1b898.tar.gz
Makefile: Fix autoload dependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 484e67a..eefc7dc 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ test: | .deps
@$(BATCH) -l snakemake-test \
--eval "(ert-run-tests-batch-and-exit '(not (tag interactive)))"
-$(AUTOLOADS_FILE): $(main_el)
+$(AUTOLOADS_FILE): $(els)
@$(BATCH) --eval \
"(let ((make-backup-files nil) \
(generated-autoload-file \"$(CURDIR)/$@\")) \