Skip to content

Commit

Permalink
tiny cleanup to ml_dsa makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
philljj committed Nov 1, 2024
1 parent 986bd42 commit e5fdf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pq/ml_dsa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CC = gcc

WOLFSSL_INSTALL_DIR = /usr/local

WOLFSSL_CFLAGS = -Wextra -Werror -Wall -I$(WOLFSSL_INSTALL_DIR)/include -DUSE_WOLFSSL
WOLFSSL_CFLAGS = -Wextra -Werror -Wall -I$(WOLFSSL_INSTALL_DIR)/include
WOLFSSL_LIBS = -L$(WOLFSSL_INSTALL_DIR)/lib -lm -lwolfssl

DEBUG_FLAGS = -g -DDEBUG
Expand Down

0 comments on commit e5fdf2e

Please sign in to comment.