Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
josteink authored Nov 19, 2024
1 parent 3a67100 commit dd10f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clean:
rm -f $(ELCS)

eask: clean
$(EASK) build
$(EASK) compile

test: eask
+ $(EMACS) -Q -batch -L . -l typescript-mode-tests.el -f ert-run-tests-batch-and-exit
Expand Down

0 comments on commit dd10f70

Please sign in to comment.