(symbol-test): New target.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Tue, 16 Apr 2013 08:55:24 +0000 (17:55 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Tue, 16 Apr 2013 08:55:24 +0000 (17:55 +0900)
Makefile.in

index 6e83c44..3b30b72 100644 (file)
@@ -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