Skip to content

Commit

Permalink
hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwu committed Jul 28, 2014
0 parents commit 17782e3
Show file tree
Hide file tree
Showing 6 changed files with 2,035 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.PHONY : all clean

all : sproto.so

sproto.so : sproto.c lsproto.c
gcc -O2 -Wall -fPIC --shared $@ $^

clean :
rm -f sproto.so
Loading

0 comments on commit 17782e3

Please sign in to comment.