aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2023-03-13 18:49:40 +0100
committerJonas Bernoulli <jonas@bernoul.li>2023-03-13 18:49:40 +0100
commit9b6ae49dd160fee91a158629ffba62ab25c48665 (patch)
tree1bdcc6f3b1a53286d10ef8214f6c8570edd1e898 /Makefile
parent26a705fffe4c6297cdbd546f2ece942d8b5d8535 (diff)
test: Compile magit-tests.el
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 537c54a..4dfe6cc 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,7 @@ help:
lisp:
@$(MAKE) -C lisp lisp
+ @$(MAKE) -C test lisp
docs:
@$(MAKE) -C docs all
@@ -127,7 +128,7 @@ clean: clean-lisp clean-docs clean-archives
@printf "Cleaning...\n"
@$(RM) *.elc $(ELGS) # temporary cleanup kludge
@$(RM) docs/*.texi~ docs/*.info-1 docs/*.info-2
- @$(RM) magit-pkg.el t/magit-tests.elc
+ @$(RM) magit-pkg.el test/magit-tests.elc
clean-lisp:
@$(MAKE) -C lisp clean