瀏覽代碼

Makefile fix

Paul Sajna 7 年之前
父節點
當前提交
b11c079d69
共有 1 個文件被更改,包括 1 次插入1 次删除
  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