Paul Sajna %!s(int64=7) %!d(string=hai) anos
pai
achega
b11c079d69
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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