Ver Fonte

Makefile fix

Paul Sajna há 7 anos atrás
pai
commit
b11c079d69
1 ficheiros alterados com 1 adições e 1 exclusões
  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