mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
use standard make variables
This commit is contained in:
parent
524b2e9f8a
commit
5acbc6a23e
6 changed files with 15 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
CC = g++
|
||||
CFLAGS = -std=c++11 -O2
|
||||
CXX = g++
|
||||
CXXFLAGS = -std=c++11 -O2
|
||||
include filelist.mk
|
||||
INCFLAGS = -I/usr/include/ -I/usr/local/include/
|
||||
LDFLAGS = -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lcryptopp -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_program_options -lpthread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue