projects
/
joel
/
kofoto.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08edc43
)
Clean up more files.
author
Joel Rosdahl
<joel@rosdahl.net>
Sun, 16 May 2004 08:10:42 +0000
(08:10 +0000)
committer
Joel Rosdahl
<joel@rosdahl.net>
Sun, 16 May 2004 08:10:42 +0000
(08:10 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
267e4be
..
10f2f8f
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-9,7
+9,7
@@
help:
clean:
$(MAKE) -C src/web clean
rm -rf build
- find . \( -name '*~' -o -name '*.pyc' \) -exec rm -f {} \;
+ find . \( -name '*~' -o -name '
.*~' -o -name '.#*' -o -name '
*.pyc' \) -exec rm -f {} \;
install:
python setup.py install --prefix=$(PREFIX)