makefile: add new target new_file
This commit is contained in:
parent
f734a43b05
commit
c485c8d62f
3
makefile
3
makefile
@ -190,6 +190,9 @@ zipup: no_oops docs clean
|
|||||||
zip -9r tfm-$(VERSION).zip tomsfastmath-$(VERSION)/* ; \
|
zip -9r tfm-$(VERSION).zip tomsfastmath-$(VERSION)/* ; \
|
||||||
mv -f tfm* ~ ; rm -rf tomsfastmath-$(VERSION)
|
mv -f tfm* ~ ; rm -rf tomsfastmath-$(VERSION)
|
||||||
|
|
||||||
|
new_file:
|
||||||
|
bash updatemakes.sh
|
||||||
|
|
||||||
# $Source$
|
# $Source$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# $Date$
|
# $Date$
|
||||||
|
Loading…
Reference in New Issue
Block a user