branch: externals/a68-mode commit d6c34a8c16ec47c867f98de9ce36a64414773da4 Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
forgot to rename the file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8844b6e45c..664d1f841f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ EMACS = emacs all: compile -compile: algol-mode.elc +compile: a68-mode.elc clean: rm -f *.elc