Skip to content

Commit

Permalink
Examples: Fix duplicates source paths
Browse files Browse the repository at this point in the history
Signed-off-by: Hanno Becker <[email protected]>
  • Loading branch information
hanno-becker committed Jan 8, 2025
1 parent 70f039b commit 0d32f96
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/bring_your_own_fips202/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ endif
# If you are not concerned about minimizing for a specific backend,
# you can just include _all_ source files into your build.
MLKEM_NATIVE_SOURCE=$(wildcard \
mlkem_native/*.c \
mlkem_native/*.c \
mlkem_native/**/*.c \
mlkem_native/**/**/*.c \
Expand Down
1 change: 0 additions & 1 deletion examples/custom_backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ endif
# you can just include _all_ source files into your build.
MLKEM_NATIVE_SOURCE=$(wildcard \
mlkem_native/**/*.c \
mlkem_native/**/*.c \
mlkem_native/**/**/*.c \
mlkem_native/**/**/**/*.c \
mlkem_native/**/**/**/**/*.c)
Expand Down
1 change: 0 additions & 1 deletion examples/mlkem_native_as_code_package/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ endif
# you can just include _all_ source files into your build.
MLKEM_NATIVE_SOURCE=$(wildcard \
mlkem_native/**/*.c \
mlkem_native/**/*.c \
mlkem_native/**/**/*.c \
mlkem_native/**/**/**/*.c \
mlkem_native/**/**/**/**/*.c)
Expand Down

0 comments on commit 0d32f96

Please sign in to comment.