source:
trunk/Makefile
@
71
| Revision 71, 409 bytes checked in by tim, 9 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | test: |
| 2 | python2.1 YamlTest.py |
| 3 | python2.1 TestYpath.py |
| 4 | python2.1 TestClasses.py |
| 5 | python YamlTest.py |
| 6 | python TestYpath.py |
| 7 | python TestClasses.py |
| 8 | python TestPluggableDictionary.py |
| 9 | |
| 10 | clean: |
| 11 | rm -f *.pyc |
| 12 | rm -f yaml/*.pyc |
| 13 | rm -rf build |
| 14 | rm -f DEMO*.TXT |
| 15 | rm -f profileResults |
| 16 | |
| 17 | profile: |
| 18 | python profileYaml.py > profile.out |
| 19 | |
| 20 | install: |
| 21 | python setup.py install |
| 22 | |
| 23 | build: |
| 24 | python setup.py build |
| 25 |
Note: See TracBrowser
for help on using the repository browser.
