Added all documentation.
[python/dscho.git] / Include / Makefile
blobb70dc12f9be360d38b56ee7ae4c953835cdce8e6
1 all:
2 @echo Nothing to make in this directory.
4 clean:
5 find . '(' -name '*.pyc' -o -name '*.fdc' \
6 -o -name core -o -name '*~' \
7 -o -name '[@,#]*' -o -name '*.old' \
8 -o -name '*.orig' -o -name '*.rej' \
9 -o -name '*.bak' ')' \
10 -print -exec rm -f {} ';'
12 clobber: clean