Merge remote-tracking branch 'OberMaster/master'
This commit is contained in:
commit
c326654f14
2
external/libtompoly-0.04/makefile
vendored
2
external/libtompoly-0.04/makefile
vendored
@ -1,5 +1,5 @@
|
|||||||
#Makefile for GCC by Tom St Denis
|
#Makefile for GCC by Tom St Denis
|
||||||
CFLAGS += -fPIC -I. -Os -Wall -W
|
CFLAGS += -fPIC -I. -Os -Wall -W -I../libtommath-0.42.0
|
||||||
|
|
||||||
VERSION=0.04
|
VERSION=0.04
|
||||||
|
|
||||||
|
@ -37,8 +37,8 @@ endif
|
|||||||
LIBS += -L.
|
LIBS += -L.
|
||||||
|
|
||||||
# objects
|
# objects
|
||||||
PQC_OBJS = rand.o poly.o keypair.o mem.o
|
PQC_OBJS = rand.o poly.o mem.o
|
||||||
PQC_HEADERS = err.h rand.h poly.h context.h keypair.h
|
PQC_HEADERS = err.h rand.h poly.h context.h
|
||||||
# CUNIT_OBJS = cunit.o
|
# CUNIT_OBJS = cunit.o
|
||||||
|
|
||||||
# includes
|
# includes
|
||||||
|
Loading…
Reference in New Issue
Block a user