Commit 545980169cf9266b279122efcf0bcf9781e61af1

Steffen Jaeckel 2014-10-14T14:36:01

add target "new_file" to makefile

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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