From: vijay_ganesh Date: Fri, 21 Aug 2009 23:19:42 +0000 (+0000) Subject: git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk... X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=0a1f737f8c3d02876c72fd4d2fe1813ca33f012a;p=francis%2Fstp.git git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@141 e59a4935-1847-0410-ae03-e826735625c1 --- 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