repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Quick update to the README file. For intros and books we now point to
[python/dscho.git]
/
Lib
/
Makefile
blob
1596ef1544fb520e1fba2a8e24a2e7115c9f19ed
1
all
:
2
@echo Nothing to make in this directory.
3
4
clean
:
5
find .
'('
-
name
'*.py[co]'
-
o
-
name
'*.fdc'
\
6
-
o
-
name core
-
o
-
name
'*~'
\
7
-
o
-
name
'[@,#]*'
-
o
-
name
'*.old'
\
8
-
o
-
name
'*.orig'
-
o
-
name
'*.rej'
\
9
-
o
-
name
'*.bak'
')'
\
10
-
print
-
exec
rm
-
f
{}
';'
11
12
clobber
:
clean