This commit is contained in:
YuhangQ 2022-10-23 13:52:22 +08:00
parent 356415c113
commit 93bd4ee5c4
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -1 +1 @@
/home/chenzh/experiments/cec/equal/hCaD_V2/makefile
/home/qianyh/experiments/cec/ACEC/hCaD_V2/makefile