This website requires JavaScript.
CODE
0x495fab29
Explore
Sign in
forks
/
apenwarr-redo
Watch
1
Star
0
Fork
You've already forked apenwarr-redo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
65d4639b48
apenwarr-redo
/
clean.do
3 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
Support for default.*.do rules. I *think* this was the last missing part from djb's spec. Certainly it's an important one for any real project.
2010-11-16 01:59:32 -08:00
redo t/clean
rm -f t/hello t/[by]ellow t/*.o *~ .*~ */*~ */.*~ *.pyc t/CC t/LD
When auto-choosing a .redo dir, prefer ones uphill that already exist. So if we're in redo/t/ and running 'redo hello', we'll detect redo/.redo and use that one rather than creating a new redo/t/.redo directory. The downside of this is we get slightly different behaviour if the *first* thing you build isn't from the root. Probably that's bad, but it should hopefully be rare.
2010-11-12 23:20:37 -08:00
rm -rf .redo t/.redo
Reference in a new issue
Copy permalink