projects
/
BNO055_driver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8770ea3
)
Add PREFIX variable in Makefile.
make
author
Walter Fetter Lages
<w.fetter@ieee.org>
Mon, 21 Dec 2020 05:54:25 +0000
(
02:54
-0300)
committer
Walter Fetter Lages
<w.fetter@ieee.org>
Mon, 21 Dec 2020 05:54:25 +0000
(
02:54
-0300)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
5d1f9b3
..
575e7d8
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,6
+1,8
@@
TARGET=libbno055.a
SRCS=bno055.c
TARGET=libbno055.a
SRCS=bno055.c
+PREFIX?=/usr/local
+
FLAGS=-O2 -Wall -MMD -fPIC
INCLUDE=-I.
LIBDIR=-L./lib
FLAGS=-O2 -Wall -MMD -fPIC
INCLUDE=-I.
LIBDIR=-L./lib