projects
/
project
/
relayd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5455abb
)
Add LDFLAGS to the Makefile
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 10 Aug 2010 23:49:11 +0000
(
01:49
+0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 10 Aug 2010 23:49:11 +0000
(
01:49
+0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 74ff810212370142211e0aacb1b6fe7d0b33bf57..9461f7d9d07a2b4af38a439063699f2f55ed6916 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,10
+1,11
@@
CFLAGS = -O2 -Wall -Werror -pedantic --std=gnu99
CPPFLAGS = -I.
+LDFLAGS =
all: relayd
relayd: uloop.o main.o
- $(CC) -o $@ $^
+ $(CC) -o $@ $^
$(LDFLAGS)
uloop.c: uloop.h
main.c: uloop.h