Revision 14817
Added by Aaron Marcuse-Kubitza about 10 years ago
Makefile | ||
---|---|---|
1 |
include ../lib/common.Makefile |
|
2 |
|
|
3 |
|
|
4 |
# Paths |
|
5 |
bin := ../bin |
|
6 |
|
|
7 |
##### Input data |
|
8 |
|
|
9 |
download: _always |
|
10 |
swap=1 $(bin)/sync_upload './**' |
|
1 |
include ../lib/common.Makefile |
|
2 |
|
|
3 |
|
|
4 |
# Paths |
|
5 |
bin := ../bin |
|
6 |
|
|
7 |
##### Input data |
|
8 |
|
|
9 |
download: _always |
|
10 |
swap=1 $(bin)/sync_upload './**' |
Also available in: Unified diff
fix: *Makefile: changed line endings to \n so that `patch` can work with pasted input. use `svn di --extensions --ignore-eol-style` to verify no diff.