summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index bf993e4..3e7129e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -89,7 +89,7 @@ uninstall:
test: all
@printf 'Running tests...\n'
- @cd tests & $(MAKE) $(MACROS) test
+ @cd tests && $(MAKE) $(MACROS) test
$(distdir):
@mkdir -p '$(distdir)'