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.
This commit is contained in:
parent
b25e79f353
commit
c1f09f564b
11 changed files with 75 additions and 16 deletions
3
clean.do
3
clean.do
|
|
@ -1,2 +1,3 @@
|
|||
rm -f t/hello t/[by]ellow t/*.o *~ .*~ t/*~ t/.*~ *.pyc t/CC t/LD
|
||||
redo t/clean
|
||||
rm -f t/hello t/[by]ellow t/*.o *~ .*~ */*~ */.*~ *.pyc t/CC t/LD
|
||||
rm -rf .redo t/.redo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue