Files
deb-python-wsgi-intercept/Makefile
Chris Dent 12d4ef8288 Barebones of initial starting point
None of this works, this just imports the old code, leaving
behind those parts not deemed immediately relevant.
2012-10-02 15:55:06 +01:00

10 lines
188 B
Makefile

clean:
find wsgi_intercept -name "*.pyc" |xargs rm || true
rm -r dist || true
rm -r build || true
rm -r wsgi_intercept.egg-info || true
rm *.bundle || true
rm -r *-bundle* || true