diff options
Diffstat (limited to 'pyecsca/codegen/Makefile')
| -rw-r--r-- | pyecsca/codegen/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyecsca/codegen/Makefile b/pyecsca/codegen/Makefile index d99a1ce..73a6eca 100644 --- a/pyecsca/codegen/Makefile +++ b/pyecsca/codegen/Makefile @@ -1,12 +1,12 @@ TARGET = pyecsca-codegen -SRC += main.c bn.c ecdh.c ecdsa.c hash/hash.c prng/prng.c +SRC += main.c bn.c ecdh.c ecdsa.c hash/hash.c mult/mult.c prng/prng.c CDEFS += -DHASH=HASH_SHA224 -MKDIR_LIST += hash prng +MKDIR_LIST += hash prng mult -EXTRAINCDIRS += hash prng ../../ext/libtommath/ +EXTRAINCDIRS += hash prng mult ../../ext/libtommath/ LDFLAGS += ../../ext/libtommath/libtommath.a |
