projects
/
userspace-rcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdcb92b
)
update Makefile, -Wall
author
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Fri, 6 Feb 2009 03:25:51 +0000
(22:25 -0500)
committer
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Fri, 6 Feb 2009 03:25:51 +0000
(22:25 -0500)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 63cbec9e5c484edfd2800c22242e359cddf2bc81..d787820349ae0188134304d7ae74a951bf183769 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,9
+1,9
@@
test_urcu: urcu.o test_urcu.c
- gcc -lpthread -g -o test_urcu urcu.o test_urcu.c
+ gcc -
Wall -
lpthread -g -o test_urcu urcu.o test_urcu.c
urcu.o: urcu.c urcu.h
- gcc -lpthread -g -c -o urcu.o urcu.c
+ gcc -
Wall -
lpthread -g -c -o urcu.o urcu.c
.PHONY: clean
This page took
0.025324 seconds
and
4
git commands to generate.