diff --git a/Makefile b/Makefile index f42f950..7617bcf 100644 --- a/Makefile +++ b/Makefile @@ -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\")"