Changeset f50dea4 for Makefile


Ignore:
Timestamp:
Apr 19, 2016, 1:40:39 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:
5652a8c
Parents:
81ad577 (diff), e89310a0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'develop' of github.com:aubio/aubio into develop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r81ad577 rf50dea4  
    2626        cd python && ./setup.py clean
    2727
     28build_python3:
     29        cd python && python3 ./setup.py build
     30
     31clean_python3:
     32        cd python && python3 ./setup.py clean
     33
    2834clean:
    2935        $(WAFCMD) clean
Note: See TracChangeset for help on using the changeset viewer.