summaryrefslogtreecommitdiffstats
path: root/libtommath/makefile.shared
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/makefile.shared')
-rw-r--r--libtommath/makefile.shared1
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