diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |