projects
/
chise
/
concord.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60b503a
)
(symbol-test): New target.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Tue, 16 Apr 2013 08:55:24 +0000
(17:55 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Tue, 16 Apr 2013 08:55:24 +0000
(17:55 +0900)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
6e83c44
..
3b30b72
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-99,6
+99,9
@@
install.libs: libconcord.la
sample: sample.c libconcord.la
gcc -Wall -Wmissing-prototypes -o sample sample.c -lconcord
+symbol-test: symbol-test.c libconcord.la
+ gcc -Wall -Wmissing-prototypes -o symbol-test symbol-test.c -lconcord
+
clean:
-$(RM) -r *.o *.lo *.so *.la .libs sample