summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoramk <devnull@localhost>2007-04-08 21:52:23 +0000
committeramk <devnull@localhost>2007-04-08 21:52:23 +0000
commit31bc5955f6547befaed09e0e6c369fcc68ae7047 (patch)
treea9241fa53726f9822442efc2c6ca8cfc7be30e41 /Makefile
parentb190b9596cb07545cce44d468045a915f85cb4cd (diff)
downloaddecorator-31bc5955f6547befaed09e0e6c369fcc68ae7047.tar.gz
Add a script and little server to run PyPI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..c89cdfc
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+
+serve:
+ if [ ! -e cgi-bin ] ; then ln -s . cgi-bin ; fi
+ python cgi-server.py &