projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf11680
)
fixed make
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Thu, 9 Oct 2008 03:19:16 +0000
(23:19 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Thu, 9 Oct 2008 03:19:16 +0000
(23:19 -0400)
src/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
d40f145
..
342a14e
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-127,7
+127,7
@@
cgdb: all
.PHONY: val
val: all
- cd ${WORKINGDIR}; valgrind ${VALFLAGS} ${TARGETNAME}
+ cd ${WORKINGDIR}; valgrind ${VALFLAGS}
./
${TARGETNAME}
.PHONY: prof
prof: run