diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-28 21:53:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-28 21:53:18 (GMT) |
commit | 7cb32717a995bee029ee18710b3e25e8e73f7377 (patch) | |
tree | 1aa971c51b8cf9a725f274d0a1041ca88be267d8 /libtommath/makefile.shared | |
parent | 3cf1eb2c2370405ae05a7740dfdfdb206883b522 (diff) | |
download | tcl-7cb32717a995bee029ee18710b3e25e8e73f7377.zip tcl-7cb32717a995bee029ee18710b3e25e8e73f7377.tar.gz tcl-7cb32717a995bee029ee18710b3e25e8e73f7377.tar.bz2 |
Update to libtommath v1.1.0
Diffstat (limited to 'libtommath/makefile.shared')
-rw-r--r-- | libtommath/makefile.shared | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtommath/makefile.shared b/libtommath/makefile.shared index d5d1818..3955f83 100644 --- a/libtommath/makefile.shared +++ b/libtommath/makefile.shared @@ -83,6 +83,7 @@ test_standalone: $(LIBNAME) demo/demo.o $(CC) $(CFLAGS) -c demo/demo.c -o demo/demo.o $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o test demo/demo.o $(LIBNAME) +.PHONY: mtest mtest: cd mtest ; $(CC) $(CFLAGS) $(LDFLAGS) mtest.c -o mtest |