- Timestamp:
- Oct 3, 2016, 4:40:48 PM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
- Children:
- 5864b43
- Parents:
- 45521d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r45521d2 r8d09036 29 29 30 30 build_python: 31 python ./setup.py generate $(ENABLE_DOUBLE) build31 python ./setup.py build_ext $(ENABLE_DOUBLE) 32 32 33 33 test_python: export LD_LIBRARY_PATH=$(PWD)/build/src … … 73 73 74 74 build_python3: 75 python3 ./setup.py generate $(ENABLE_DOUBLE) build75 python3 ./setup.py build_ext $(ENABLE_DOUBLE) 76 76 77 77 clean_python3:
Note: See TracChangeset
for help on using the changeset viewer.