From 9f2242ef711fd896990c72588302e3f41e5e01c8 Mon Sep 17 00:00:00 2001 From: Shubham Chaudhary Date: Thu, 3 Oct 2019 14:31:37 +0530 Subject: [PATCH] Update Makefile Signed-off-by: shubhamchaudhary --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3dae641..f81845a 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,9 @@ versionmaker: bash ./scripts/version_maker.sh .PHONY: combineExpCR -push: - @echo "--------Combining Experiments CR-------" - bash ./scripts/combine_all_cr.sh +combineExpCR: + @echo "--------Combining Experiments CR-------" + bash ./scripts/combine_all_cr.sh .PHONY: push push: