Changeset a2ae70a


Ignore:
Timestamp:
Apr 19, 2016, 1:37:08 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
e89310a0
Parents:
36b787d
Message:

Makefile: added build/clean_python3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r36b787d ra2ae70a  
    2222        cd python && ./setup.py clean
    2323
     24build_python3:
     25        cd python && python3 ./setup.py build
     26
     27clean_python3:
     28        cd python && python3 ./setup.py clean
     29
    2430clean:
    2531        ./waf clean
Note: See TracChangeset for help on using the changeset viewer.