summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Dieter <jdieter@gmail.com>2007-03-29 17:39:26 +0300
committerJonathan Dieter <jdieter@gmail.com>2007-03-29 17:39:26 +0300
commitb1147b441a7f4873f39c5ce337d516b2cd1483eb (patch)
treeefcf451769cf54c8948bad77803baf90f7ccb068 /Makefile
parent3304f77f5f30e94c13147aa73eecf3d8cf9ef9aa (diff)
downloadpresto-b1147b441a7f4873f39c5ce337d516b2cd1483eb.tar.gz
presto-b1147b441a7f4873f39c5ce337d516b2cd1483eb.tar.xz
presto-b1147b441a7f4873f39c5ce337d516b2cd1483eb.zip
New server
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a335109..5e1b97b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
clean:
rm -f *.pyc *.pyo *~
+ cd makerepo; rm -f *.pyc *.pyo *~
cd shared; rm -f *.pyc *.pyo *~
install: