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: all:
$(MAKE) -C "$(CADICALBUILD)" $(MAKE) -C "$(CADICALBUILD)"
clean: clean:
@ -11,8 +11,8 @@ clean:
fi; \ fi; \
rm -rf "$(CADICALBUILD)"; \ rm -rf "$(CADICALBUILD)"; \
fi fi
rm -f "/home/chenzh/experiments/cec/equal/hCaD_V2/src/makefile" rm -f "/home/qianyh/experiments/cec/ACEC/hCaD_V2/src/makefile"
rm -f "/home/chenzh/experiments/cec/equal/hCaD_V2/makefile" rm -f "/home/qianyh/experiments/cec/ACEC/hCaD_V2/makefile"
test: test:
$(MAKE) -C "$(CADICALBUILD)" test $(MAKE) -C "$(CADICALBUILD)" test
cadical: cadical:

View File

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