add target "new_file" to makefile

This commit is contained in:
Steffen Jaeckel 2014-10-14 14:36:01 +02:00
parent 634f96f7c3
commit 545980169c

View File

@ -132,6 +132,7 @@ install: $(LIBNAME)
test: $(LIBNAME) demo/demo.o
$(CC) $(CFLAGS) demo/demo.o $(LIBNAME) -o test
.PHONY: mtest
mtest:
cd mtest ; $(CC) $(CFLAGS) mtest.c -o mtest
@ -217,3 +218,7 @@ zipup: clean manual poster docs
tar -c libtommath-$(VERSION)/* | bzip2 -9vvc > ltm-$(VERSION).tar.bz2 ; \
zip -9 -r ltm-$(VERSION).zip libtommath-$(VERSION)/* ; \
mv -f ltm* ~ ; rm -rf libtommath-$(VERSION)
new_file:
bash updatemakes.sh
perl dep.pl