diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-03-09 19:12:57 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-03-09 19:12:57 +0100 |
| commit | c018cebc38c37370ab6c89d19694587edf7d0d0e (patch) | |
| tree | 65dbef72dc87e189ffdfee709ae7ce39b14d9cfb /Makefile | |
| parent | A brief description of exponentiation by squaring (diff) | |
| download | libzahl-c018cebc38c37370ab6c89d19694587edf7d0d0e.tar.gz libzahl-c018cebc38c37370ab6c89d19694587edf7d0d0e.tar.bz2 libzahl-c018cebc38c37370ab6c89d19694587edf7d0d0e.tar.xz | |
Add simple benchmarker
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -82,6 +82,9 @@ test-random.c: test-generate.py test: test.c libzahl.a test-random.c $(CC) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -o $@ test.c libzahl.a +benchmark: bench/benchmark.c libzahl.a + $(CC) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -o $@ $^ + check: test ./test |
