Skip to content

Commit

Permalink
Makefile (for testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Oct 15, 2010
1 parent afb9caa commit f0d994a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
@@ -0,0 +1,4 @@
libhelper.so : helper.o
gcc -shared -Wl,-soname,libhelper.so -o libhelper.so helper.o
helper.o : c/helper.c
gcc -c -fPIC c/helper.c -o helper.o

0 comments on commit f0d994a

Please sign in to comment.