diff options
| author | Joseph Henry <josephjah@gmail.com> | 2015-12-21 05:36:27 -0800 |
|---|---|---|
| committer | Joseph Henry <josephjah@gmail.com> | 2015-12-21 05:36:27 -0800 |
| commit | de2ba8d0f755c3b5c41b838d0af3643f4f334391 (patch) | |
| tree | b96253db7cfb88d3d02eb4f6f8219560ca12f351 /make-linux.mk | |
| parent | c488fa8461272d7492eebfef26129e2d2ec1eddb (diff) | |
| download | infinitytier-de2ba8d0f755c3b5c41b838d0af3643f4f334391.tar.gz infinitytier-de2ba8d0f755c3b5c41b838d0af3643f4f334391.zip | |
Fixed typo
Diffstat (limited to 'make-linux.mk')
| -rw-r--r-- | make-linux.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make-linux.mk b/make-linux.mk index df93c0c6..5fd21afe 100644 --- a/make-linux.mk +++ b/make-linux.mk @@ -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 |
