aubio
Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Reverse Diff
Changes in
Makefile
[c69c219:7f35041]
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
File:
1 edited
Makefile
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
Makefile
rc69c219
r7f35041
1
1
WAFCMD=python waf
2
WAFURL=https://waf.io/waf-1.8.22
2
3
3
4
SOX=sox
…
…
12
13
13
14
getwaf:
14
curl https://waf.io/waf-1.8.20 > waf
15
@( which wget > /dev/null && wget -qO waf $(WAFURL) ) || ( which curl > /dev/null && curl $(WAFURL) > waf )
15
16
@chmod +x waf
16
17
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive