summaryrefslogtreecommitdiffstats
path: root/libtommath/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/makefile')
-rw-r--r--libtommath/makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/libtommath/makefile b/libtommath/makefile
index 64d8fcd..5eddae4 100644
--- a/libtommath/makefile
+++ b/libtommath/makefile
@@ -102,10 +102,6 @@ test_standalone: $(LIBNAME) demo/demo.o
mtest:
cd mtest ; $(CC) $(CFLAGS) -O0 mtest.c $(LFLAGS) -o mtest
-travis_mtest: test mtest
- @ for i in `seq 1 10` ; do sleep 500 && echo alive; done &
- ./mtest/mtest 666666 | ./test > test.log
-
timing: $(LIBNAME)
$(CC) $(CFLAGS) -DTIMER demo/timing.c $(LIBNAME) $(LFLAGS) -o ltmtest
@@ -148,7 +144,7 @@ new_file:
perl dep.pl
perlcritic:
- perlcritic *.pl
+ perlcritic *.pl doc/*.pl
astyle:
- astyle --options=astylerc $(OBJECTS:.o=.c)
+ astyle --options=astylerc $(OBJECTS:.o=.c) tommath*.h demo/*.c etc/*.c mtest/mtest.c