Compare commits

..

2 Commits

Author SHA1 Message Date
j4nk e22b0a5fe9 Modified Makefile to reflect new name of el file 2023-01-04 16:57:08 -05:00
j4nk abeca861f3 Renamed md4tj_parse.el to md4tj.el 2023-01-04 16:56:55 -05:00
2 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\")"