--- Makefile.orig	2020-05-06 11:22:27 UTC
+++ Makefile
@@ -6,7 +6,7 @@ ELCS = $(ELS:.el=.elc)
 %.elc: %.el
 	$(EMACS) -Q -batch -L . -f batch-byte-compile $<
 
-all: autoloads $(ELCS) authors
+all: $(ELCS) authors
 
 authors: AUTHORS.md