We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb5597 commit 54e642cCopy full SHA for 54e642c
Makefile
@@ -10,7 +10,6 @@ SRCS = main.c base64.c
10
OBJS = $(SRCS:.c=.o)
11
12
all: $(NAME)
13
- @echo $(OPENSSL)
14
15
$(NAME): $(OBJS)
16
$(CC) -o $(NAME) $(OBJS) $(LDFLAGS)
0 commit comments