Changeset 288c193 for Makefile


Ignore:
Timestamp:
Jul 21, 2016, 1:00:12 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:
004b431
Parents:
413bc0f
Message:

Makefile: use wget or curl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r413bc0f r288c193  
    1212
    1313getwaf:
    14         curl https://waf.io/waf-1.8.20 > waf
     14        @( which wget > /dev/null && wget -qO waf $(WAFURL) ) || ( which curl > /dev/null && curl $(WAFURL) > waf )
    1515        @chmod +x waf
    1616
Note: See TracChangeset for help on using the changeset viewer.