From 9ef3e5cea5a4ef688017b88d4afad3d496d4a776 Mon Sep 17 00:00:00 2001 From: Anjali Gola Date: Fri, 10 Jul 2020 11:33:26 -0700 Subject: [PATCH] Update sample.json --- .../DPC++/DenseLinearAlgebra/simple-add/sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DirectProgramming/DPC++/DenseLinearAlgebra/simple-add/sample.json b/DirectProgramming/DPC++/DenseLinearAlgebra/simple-add/sample.json index eb816f8be9..cb7d58bb6a 100644 --- a/DirectProgramming/DPC++/DenseLinearAlgebra/simple-add/sample.json +++ b/DirectProgramming/DPC++/DenseLinearAlgebra/simple-add/sample.json @@ -64,7 +64,7 @@ "steps": [ "nmake -f Makefile.win.fpga", "nmake -f Makefile.win.fpga run", - "nmake -f Makefile.win.fpga clean", + "nmake -f Makefile.win.fpga clean" ] } ]