summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5b1fe80..47d9409 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ OBJS = anytun.o \
packetSource.o \
buffer.o \
syncBuffer.o \
+ syncCommand.o \
packet.o \
plainPacket.o \
cypher.o \
@@ -113,6 +114,9 @@ mpi.o: mpi.cpp mpi.h
syncSocket.o: syncSocket.cpp syncSocket.h
$(C++) $(CCFLAGS) $< -c
+syncCommand.o: syncCommand.cpp syncCommand.h
+ $(C++) $(CCFLAGS) $< -c
+
syncClientSocket.o: syncClientSocket.cpp syncClientSocket.h
$(C++) $(CCFLAGS) $< -c