From 3eb69c840d1f42d6584834406bd2fb9413a8293a Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 24 Nov 2019 17:00:45 +0100 Subject: build sys fix --- code/ecp/crypto/test/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'code/ecp/crypto/test') diff --git a/code/ecp/crypto/test/Makefile b/code/ecp/crypto/test/Makefile index ae19e4b..0b5013f 100644 --- a/code/ecp/crypto/test/Makefile +++ b/code/ecp/crypto/test/Makefile @@ -1,6 +1,5 @@ include ../../Makefile.platform -CFLAGS=$(CFLAGS_PL) -I.. -I../include -LDFLAGS=$(LDFLAGS_PL) +CFLAGS += -I.. -I../include dep=../e_chacha20poly1305.o ../curve25519/*.o ../chacha/*.o ../poly1305/*.o ../sha/*.o ../compat/*.o -- cgit v1.2.3