repo.or.cz
/
The-Artvertiser.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
osx/linux compatibility issues fixed: run scripts/makefiles-linux.sh for
[The-Artvertiser.git]
/
scripts
/
makefiles-linux.sh
blob
ab6ca7699641d119f60797e52ab5e9448da17ca5
1
#!/bin/sh
2
3
for
f
in
`find . -name Makefile`
;
do
4
cp
$f
.linux
$f
;
5
done
6