Changeset e372a0f


Ignore:
Timestamp:
Apr 22, 2016, 12:59:20 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:
681663e
Parents:
572001c
Message:

Makefile: distcheck only needs checkwaf, split configure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r572001c re372a0f  
    1616        @chmod +x waf
    1717
    18 build: checkwaf
    19         ./waf configure
    20         ./waf build
     18configure: checkwaf
     19        $(WAFCMD) configure
     20
     21build: configure
     22        $(WAFCMD) build
    2123
    2224build_python:
     
    3537        $(WAFCMD) clean
    3638
    37 distcheck: build
     39distcheck: checkwaf
    3840        $(WAFCMD) distcheck
    3941
Note: See TracChangeset for help on using the changeset viewer.