Ajouts des flags pour openSSL
This commit is contained in:
parent
1295a91f42
commit
f90caceeb4
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
TARGET ?= dazibao
|
TARGET ?= dazibao
|
||||||
SRC_DIRS ?= ./src/*
|
SRC_DIRS ?= ./src/*
|
||||||
CC := gcc -Wall
|
CC := gcc -Wall -lssl -lcrypto
|
||||||
SRCS := $(shell find $(SRC_DIRS) -name *.cpp -or -name *.c -or -name *.s)
|
SRCS := $(shell find $(SRC_DIRS) -name *.cpp -or -name *.c -or -name *.s)
|
||||||
OBJS := $(addsuffix .o,$(basename $(SRCS)))
|
OBJS := $(addsuffix .o,$(basename $(SRCS)))
|
||||||
DEPS := $(OBJS:.o=.d)
|
DEPS := $(OBJS:.o=.d)
|
||||||
|
Loading…
Reference in New Issue
Block a user