Commit 3fbaa818 authored by Guido van Rossum's avatar Guido van Rossum

Trivial Makefile. This just saves me from having to remember how to

do the build in *this* version of Zope.
parent 330c2854
PYTHON=python
WHOA_PIGGY=wo_pcgi.py
TESTOPTS=-a
all:
$(PYTHON) $(WHOA_PIGGY)
test:
$(PYTHON) utilities/testrunner.py $(TESTOPTS)
clean:
./stupid_clean
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment