mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Build tommath as part of compilation
This commit is contained in:
parent
f5ad1da8b9
commit
f143c26024
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -162,7 +162,11 @@ dispatch.c : generate-c.scm
|
|||
$(CYCLONE) $<
|
||||
./generate-c
|
||||
|
||||
libcyclone.a : $(CFILES) $(HEADERS)
|
||||
libcyclone.a : $(CFILES) $(HEADERS) third-party/libtommath-1.1.0/libcyclonebn.a
|
||||
|
||||
# JAE TODO: clean this up
|
||||
third-party/libtommath-1.1.0/libcyclonebn.a : third-party/libtommath-1.1.0/*.c
|
||||
cd third-party/libtommath-1.1.0 ; make LIBNAME=libcyclonebn.a
|
||||
|
||||
hashset.o : hashset.c $(HEADERS)
|
||||
$(CCOMP) -c $< -o $@
|
||||
|
|
Loading…
Add table
Reference in a new issue