Skip to content

Commit dd10f70

Browse files
authored
Update Makefile
1 parent 3a67100 commit dd10f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ clean:
1212
rm -f $(ELCS)
1313

1414
eask: clean
15-
$(EASK) build
15+
$(EASK) compile
1616

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

0 commit comments

Comments
 (0)