Browse Source

Makefile fix

Paul Sajna 7 years ago
parent
commit
b11c079d69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Makefile

+ 1 - 1
tests/Makefile

@@ -28,7 +28,7 @@ clean:
 
 run: $(BINS)
 	for bin in $(BINS); \
-	do
+	do \
 		echo "# $${bin} #"; \
 		"./$${bin}" test args; \
 	done