Cleaning script doesn't need to clean the 'cryptominisat' directory
since that doesn't exist any more. The clean script failed because of
this, fixed.
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@686
e59a4935-1847-0410-ae03-
e826735625c1
$(MAKE) -C core lib all
$(MAKE) -C simp lib all
-.PHONY: cryptominisat
-cryptominisat:
- $(MAKE) -C cryptominisat lib all
-
.PHONY: cryptominisat2
cryptominisat2:
$(MAKE) -C cryptominisat2 lib all
rm -rf *.o *~ libminisat.a
$(MAKE) -C core clean
$(MAKE) -C simp clean
- $(MAKE) -C cryptominisat clean
$(MAKE) -C cryptominisat2 clean