Changeset 59 for branches/pyyaml3000/Makefile
- Timestamp:
- 02/25/06 15:13:09 (7 years ago)
- File:
-
- 1 edited
-
branches/pyyaml3000/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pyyaml3000/Makefile
r48 r59 1 1 2 .PHONY: default build force install test clean2 .PHONY: default build force install test dist-src clean 3 3 4 4 PYTHON=/usr/bin/python … … 18 18 ${PYTHON} tests/test_build.py ${TEST} 19 19 20 dist-src: 21 ${PYTHON} setup.py sdist --formats=zip,gztar 22 20 23 clean: 21 24 ${PYTHON} setup.py clean -a
Note: See TracChangeset
for help on using the changeset viewer.
