Commit 69aa2e24 authored by Fred Drake's avatar Fred Drake

Merging new-install-branch: Remove Makefile in favor of the generated

"makefile".  This is a little painful, since the names match in everything
but case.  It appears to be impossible to use a generated file with the same
name as a file previously in the repository, even with the help of .cvsignore.
parent 9a81eda9
PYTHON=python2.2
WHOA_PIGGY=wo_pcgi.py
TESTOPTS=-a -v1
all:
$(PYTHON) $(WHOA_PIGGY)
test:
$(PYTHON) utilities/testrunner.py $(TESTOPTS)
clean:
find . \( -name '*.o' -o -name '*.so' -o -name '*.py[co]' \
-o -name 'core*' \) \
-exec rm {} \;
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