From 0a1f737f8c3d02876c72fd4d2fe1813ca33f012a Mon Sep 17 00:00:00 2001 From: vijay_ganesh Date: Fri, 21 Aug 2009 23:19:42 +0000 Subject: [PATCH] git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@141 e59a4935-1847-0410-ae03-e826735625c1 --- src/sat/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/sat/Makefile b/src/sat/Makefile index 9f48c4b..9d98fc8 100644 --- a/src/sat/Makefile +++ b/src/sat/Makefile @@ -5,8 +5,13 @@ core: simp: $(MAKE) -C simp lib all +.PHONY: unsound +unsound: + $(MAKE) -C unsound lib all + .PHONY: clean clean: rm -rf *~ libminisat.a $(MAKE) -C core clean - $(MAKE) -C simp clean \ No newline at end of file + $(MAKE) -C simp clean + $(MAKE) -C unsound clean \ No newline at end of file -- 2.47.3