Modified Makefile to reflect new name of el file

This commit is contained in:
j4nk 2023-01-04 16:57:08 -05:00
parent abeca861f3
commit e22b0a5fe9
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
all:
emacs --no-site-file --batch -l ./md4tj_parse.el --eval "(md4tj-parse \"test_file.md4tj\" \"test_file.html\")"
emacs --no-site-file --batch -l ./md4tj.el --eval "(md4tj-parse \"test_file.md4tj\" \"test_file.html\")"