makefile: add new target new_file

This commit is contained in:
Steffen Jaeckel 2015-02-15 23:28:36 +01:00
parent f734a43b05
commit c485c8d62f

View File

@ -190,6 +190,9 @@ zipup: no_oops docs clean
zip -9r tfm-$(VERSION).zip tomsfastmath-$(VERSION)/* ; \
mv -f tfm* ~ ; rm -rf tomsfastmath-$(VERSION)
new_file:
bash updatemakes.sh
# $Source$
# $Revision$
# $Date$