diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2023-03-13 18:49:40 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2023-03-13 18:49:40 +0100 |
| commit | 9b6ae49dd160fee91a158629ffba62ab25c48665 (patch) | |
| tree | 1bdcc6f3b1a53286d10ef8214f6c8570edd1e898 /Makefile | |
| parent | 26a705fffe4c6297cdbd546f2ece942d8b5d8535 (diff) | |
test: Compile magit-tests.el
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
