]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk...
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 21 Aug 2009 23:19:42 +0000 (23:19 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 21 Aug 2009 23:19:42 +0000 (23:19 +0000)
src/sat/Makefile

index 9f48c4b6ecf913793274417a327ebd536890b011..9d98fc867cc4d8eca4a72d87c624c6490fc09bea 100644 (file)
@@ -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