Changeset 972a326


Ignore:
Timestamp:
Aug 7, 2015, 7:29:54 PM (9 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:
3708c15
Parents:
afceccd
Message:

Makefile: add build/clean_python

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rafceccd r972a326  
    1616        ./waf build
    1717
     18build_python:
     19        cd python && ./setup.py build
     20
     21clean_python:
     22        cd python && ./setup.py clean
     23
    1824clean:
    1925        ./waf clean
Note: See TracChangeset for help on using the changeset viewer.