This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
webserver
Watch
4
Star
0
Fork
2
Code
Issues
0
Pull Requests
1
Releases
5
Wiki
Activity
Browse Source
replace default values in Makefile with more generic terms. local.conf can override them anyways.
pull/1/head
roker
2 years ago
parent
6e748754e5
commit
f89193b45b
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Makefile
+ 2
- 2
Makefile
View File
@ -5,8 +5,8 @@ ifeq ($(wildcard local.conf),local.conf)
e
n
d
i
f
PREFIX
?=
$(
HOME
)
/local/
BOOST_INCLUDE
?=
$(
HOME
)
/dev/boost_1_72_0
BOOST_LIB
?=
$(
HOME
)
/dev/boost_1_72_0/stage/lib
BOOST_INCLUDE
?=
$(
PREFIX
)
/include/
BOOST_LIB
?=
$(
PREFIX
)
/lib/
AR
?=
ar
CC
?=
cc
Write
Preview
Loading…
Cancel
Save