projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6050c69
)
small Makefile change
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Mon, 18 Aug 2008 22:47:56 +0000
(18:47 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Mon, 18 Aug 2008 22:47:56 +0000
(18:47 -0400)
src/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
6ab9af2
..
7e6abee
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-85,7
+85,7
@@
all: ${TARGET}
${TARGET}: ${OBJS}
${Q1}echo "${CXX}: $@"
- ${Q2}${CXX} ${CXXFLAGS} -o $
{TARGET}
$^ ${LIBS}
+ ${Q2}${CXX} ${CXXFLAGS} -o $
@
$^ ${LIBS}
# rule to make a depend file from a .cpp
${DEPSDIR}%.d: %.cpp