repo.or.cz
/
ooovba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update dev300-m58
[ooovba.git]
/
testshl2
/
workben
/
codegen
/
cleanup
blob
a3fb82312cdfba3c40aee82304962688008764b9
1
#!/bin/csh
2
3
# cleanup
4
rm
-f
*
.cxx
*
.new
*
.exp
5
6
if
(
-e
makefile.mk_orig
)
then
7
rm
-f
makefile.mk
8
# rename original makefile back
9
mv
makefile.mk_orig makefile.mk
10
endif