Skip to content

Commit fe26957

Browse files
committed
update makafile
1 parent ebc6280 commit fe26957

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ OBJETOS = $(DIR_OBJ)/main.o \
77
$(DIR_OBJ)/http.o \
88
$(DIR_OBJ)/veridic.o
99

10-
CPPFLAGS = -std=c++20 -lcurl -I$(DIR_INC) -I/opt/ssl/include/ -L/opt/ssl/lib/ -lcrypto -pthread
10+
CPPFLAGS = -std=c++20 -lcurl -I$(DIR_INC) -pthread
1111
COMPILER = g++
1212

1313

@@ -27,5 +27,7 @@ clean:
2727
@rm -r $(DIR_BIN) $(DIR_OBJ)
2828

2929
install:
30+
31+
apt-get install curl
3032
apt-get install openssl -y
3133
apt-get install libcurl4-openssl-dev -y

0 commit comments

Comments
 (0)