Code Review
/
apps
/
low-level-can-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5787086
)
Add missing libraries to Makefile.
author
Christopher Peplin
<cpeplin@uberatc.com>
Thu, 7 Jul 2016 13:37:16 +0000
(09:37 -0400)
committer
Christopher Peplin
<cpeplin@uberatc.com>
Thu, 7 Jul 2016 13:37:16 +0000
(09:37 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
fe84163
..
90165ba
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,8
+1,8
@@
CC = gcc
INCLUDES = -Isrc -Ideps/bitfield-c/src
CFLAGS = $(INCLUDES) -c -Wall -Werror -g -ggdb -std=gnu99 -coverage
-LDFLAGS = -coverage
-lm
-LDLIBS = -lcheck
+LDFLAGS = -coverage
+LDLIBS = -lcheck
-lm -lrt -lpthread
TEST_DIR = tests
TEST_OBJDIR = build