Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
15
Star
26
Fork
13
mlin
/
PhyloCSF
Code
Issues
7
Pull requests
0
Projects
0
Wiki
Insights
Pulse
Graphs
Permalink
Browse files
Makefile tweak
Loading branch information
...
1 parent
96f9769
commit
642d19f9bb0f04a7b4d7fff2f53753e1d3a3290e
mlin
committed
Sep 23, 2012
Unified
Split
Showing
1 changed file
with
3 additions
and
2 deletions
.
+3
−2
Makefile
Show comments
View
5
Makefile
@@ -36,5 +36,6 @@ clean:
cd
src
;
$(
MAKE
)
clean
rm -f PhyloCSF.
*
rm -rf cde-package
*
-
cd
twt
&&
$(
MAKE
)
clean
||
true
-
cd
CDE
&&
$(
MAKE
)
clean
||
true
+
+
cleaner
: clean
+ rm -rf twt CDE
||
true
Toggle all file notes
0 comments on commit
642d19f
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
642d19f