diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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)' |