mirror of
https://github.com/itzmeanjan/ml-kem.git
synced 2026-01-09 07:37:55 -05:00
Change the directory structure of source tree
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
2
Makefile
2
Makefile
@@ -14,7 +14,7 @@ DEP_IFLAGS = -I $(SHA3_INC_DIR) -I $(SUBTLE_INC_DIR)
|
||||
DUDECT_DEP_IFLAGS = $(DEP_IFLAGS) -I $(DUDECT_INC_DIR)
|
||||
|
||||
SRC_DIR = include
|
||||
KYBER_SOURCES := $(wildcard $(SRC_DIR)/*.hpp)
|
||||
KYBER_SOURCES := $(shell find $(SRC_DIR) -name '*.hpp')
|
||||
BUILD_DIR = build
|
||||
DUDECT_BUILD_DIR = $(BUILD_DIR)/dudect
|
||||
ASAN_BUILD_DIR = $(BUILD_DIR)/asan
|
||||
|
||||
Reference in New Issue
Block a user