Fixed typo

This commit is contained in:
Joseph Henry 2015-12-21 05:36:27 -08:00
commit de2ba8d0f7
4 changed files with 6 additions and 6 deletions

View file

@ -109,8 +109,8 @@ netcon: rpc_lib $(OBJS)
rpc_lib:
g++ -c -fPIC -lpthread netcon/rpc.c -DVERBOSE -o netcon/rpc.o
ar -rv netcon/librpc.a netcon/rpc.o
g++ -c -fPIC -lpthread netcon/RPC.c -DVERBOSE -o netcon/RPC.o
ar -rv netcon/librpc.a netcon/RPC.o
selftest: $(OBJS) selftest.o