From 545980169cf9266b279122efcf0bcf9781e61af1 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Tue, 14 Oct 2014 14:36:01 +0200 Subject: [PATCH] add target "new_file" to makefile --- makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/makefile b/makefile index c40ed34..af9c1d0 100644 --- a/makefile +++ b/makefile @@ -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