summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3ba33b4..38de924 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,6 @@ OBJS = anytun.o \
buffer.o \
syncBuffer.o \
syncCommand.o \
- packet.o \
plainPacket.o \
encryptedPacket.o \
cypher.o \
@@ -95,9 +94,6 @@ buffer.o: buffer.cpp buffer.h
syncBuffer.o: syncBuffer.cpp syncBuffer.h
$(C++) $(CCFLAGS) $< -c
-packet.o: packet.cpp packet.h buffer.h
- $(C++) $(CCFLAGS) $< -c
-
plainPacket.o: plainPacket.cpp plainPacket.h buffer.h
$(C++) $(CCFLAGS) $< -c