Changeset 4 for trunk/Makefile
- Timestamp:
- 07/16/05 15:14:11 (8 years ago)
- File:
-
- 1 edited
-
trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r3 r4 1 1 2 .PHONY: default build install test clean2 .PHONY: default build force install test clean 3 3 4 4 PYTHON=/usr/bin/python … … 10 10 ${PYTHON} setup.py build 11 11 12 force: 13 ${PYTHON} setup.py build -f 14 12 15 install: build 13 16 ${PYTHON} setup.py install 14 17 15 18 test: build 16 ${PYTHON} tests/test_build.py ${TEST}19 ${PYTHON} tests/test_build.py -v ${TEST} 17 20 18 21 clean:
Note: See TracChangeset
for help on using the changeset viewer.
