From 93bd4ee5c41dc4ae6b177dd632a7da343e8460cd Mon Sep 17 00:00:00 2001 From: YuhangQ Date: Sun, 23 Oct 2022 13:52:22 +0800 Subject: [PATCH] git test --- hCaD_V2/makefile | 6 +++--- hCaD_V2/src/makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hCaD_V2/makefile b/hCaD_V2/makefile index be740b8..afb0bfc 100644 --- a/hCaD_V2/makefile +++ b/hCaD_V2/makefile @@ -1,4 +1,4 @@ -CADICALBUILD=/home/chenzh/experiments/cec/equal/hCaD_V2/build +CADICALBUILD=/home/qianyh/experiments/cec/ACEC/hCaD_V2/build all: $(MAKE) -C "$(CADICALBUILD)" clean: @@ -11,8 +11,8 @@ clean: fi; \ rm -rf "$(CADICALBUILD)"; \ fi - rm -f "/home/chenzh/experiments/cec/equal/hCaD_V2/src/makefile" - rm -f "/home/chenzh/experiments/cec/equal/hCaD_V2/makefile" + rm -f "/home/qianyh/experiments/cec/ACEC/hCaD_V2/src/makefile" + rm -f "/home/qianyh/experiments/cec/ACEC/hCaD_V2/makefile" test: $(MAKE) -C "$(CADICALBUILD)" test cadical: diff --git a/hCaD_V2/src/makefile b/hCaD_V2/src/makefile index f992a78..e3356b1 120000 --- a/hCaD_V2/src/makefile +++ b/hCaD_V2/src/makefile @@ -1 +1 @@ -/home/chenzh/experiments/cec/equal/hCaD_V2/makefile \ No newline at end of file +/home/qianyh/experiments/cec/ACEC/hCaD_V2/makefile \ No newline at end of file