- Timestamp:
- Dec 16, 2016, 1:04:20 PM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
- Children:
- ee7e543
- Parents:
- 0c3baa73
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r0c3baa73 re9df0108 54 54 mv .waf*/waflib . && rm -fr .waf* 55 55 sed '/^#==>$$/,$$d' waf > waf2 && mv waf2 waf 56 chmod +x waf 56 chmod +x waf && chmod go-w -R waflib 57 57 58 58 cleanwaf: … … 163 163 distclean: 164 164 $(WAFCMD) distclean 165 -rm -rf doc/_build/ 166 -rm -rf doc/web/ 165 167 166 168 check_distclean:
Note: See TracChangeset
for help on using the changeset viewer.