oddělení generatoru od readeru
This commit is contained in:
6
Makefile
6
Makefile
@@ -8,7 +8,7 @@ CXX = g++
|
||||
|
||||
# define any compile-time flags
|
||||
# CXXFLAGS := -std=c++17 -Wall -Wextra -g -lssl -lcrypto -w
|
||||
CXXFLAGS := -Wall -Wextra -g -lssl -lcrypto
|
||||
CXXFLAGS := -Wall -Wextra -g -lssl -lcrypto -w
|
||||
|
||||
# define library paths in addition to /usr/lib
|
||||
# if I wanted to include libraries not in /usr/lib I'd specify
|
||||
@@ -19,10 +19,10 @@ LFLAGS =
|
||||
OUTPUT := output
|
||||
|
||||
# define source directory
|
||||
SRC := src
|
||||
SRC := src src/common src/reader src/generator
|
||||
|
||||
# define include directory
|
||||
INCLUDE := include
|
||||
INCLUDE := include include/common include/reader include/generator
|
||||
|
||||
# define lib directory
|
||||
LIB := lib
|
||||
|
||||
Reference in New Issue
Block a user