Skip to content

Commit 5987902

Browse files
committed
Fix separator in testing Makefile
1 parent 41247e2 commit 5987902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/Makefile.manual

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ all test clean:
99
$(MAKE) -f Makefile.manual --directory=quadrature $@
1010
$(MAKE) -f Makefile.manual --directory=stats $@
1111
$(MAKE) -f Makefile.manual --directory=string $@
12-
$(MAKE) -f Makefile.manual --directory=math $@
12+
$(MAKE) -f Makefile.manual --directory=math $@

0 commit comments

Comments
 (0)