all:
	$(MAKE) -C "/home/hk-project-toolbox/fv2117/git/sc2026/solvers/zhenwei/kissat-sup/src/kmpsym/build"
kissat:
	$(MAKE) -C "/home/hk-project-toolbox/fv2117/git/sc2026/solvers/zhenwei/kissat-sup/src/kmpsym/build" kissat
tissat:
	$(MAKE) -C "/home/hk-project-toolbox/fv2117/git/sc2026/solvers/zhenwei/kissat-sup/src/kmpsym/build" tissat
clean:
	rm -f "/home/hk-project-toolbox/fv2117/git/sc2026/solvers/zhenwei/kissat-sup/src/kmpsym"/makefile
	-$(MAKE) -C "/home/hk-project-toolbox/fv2117/git/sc2026/solvers/zhenwei/kissat-sup/src/kmpsym/build" clean
	rm -rf "/home/hk-project-toolbox/fv2117/git/sc2026/solvers/zhenwei/kissat-sup/src/kmpsym/build"
coverage:
	$(MAKE) -C "/home/hk-project-toolbox/fv2117/git/sc2026/solvers/zhenwei/kissat-sup/src/kmpsym/build" coverage
indent:
	$(MAKE) -C "/home/hk-project-toolbox/fv2117/git/sc2026/solvers/zhenwei/kissat-sup/src/kmpsym/build" indent
test:
	$(MAKE) -C "/home/hk-project-toolbox/fv2117/git/sc2026/solvers/zhenwei/kissat-sup/src/kmpsym/build" test
.PHONY: all clean coverage indent kissat test tissat
