repo.or.cz
/
ti-make.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update suffix.mak
[ti-make.git]
/
install
blob
c3b56646da22ddebb514e57199043c54da0b23e4
1
#!/bin/bash
2
cp
-r
.
/
$1
3
cp
.
/
src
/
makefile
$1
/
makefile.tmp
4
cd
$1
5
rm
-r
.
/
src
6
mkdir .
/
src
7
mv
.
/
makefile.tmp .
/
src
/
makefile
8
rm
.
/
install