Permalink
Browse files

Update Makefile to clean CDE

  • Loading branch information...
1 parent 47611e1 commit 4a6fb44b672ab259ab65dd6c7b722f5346bcab57 @mlin committed Oct 29, 2012
Showing with 1 addition and 0 deletions.
  1. +1 −0 Makefile
View
@@ -32,6 +32,7 @@ CDE/cde:
cd CDE && $(MAKE)
clean:
+ (cd CDE; $(MAKE) clean) || true
cd lib/CamlPaml; $(MAKE) clean
cd src; $(MAKE) clean
rm -f PhyloCSF.*

0 comments on commit 4a6fb44

Please sign in to comment.