From c58e2fa1335322c699a16fa8e12390d0b137b03e Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Tue, 5 Jul 2016 18:45:58 -0400 Subject: Fix port reservation, checksumming. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ee1c67b..94f6e9f 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -CFLAGS += -Wall -Wextra -flto +CFLAGS += -Wall -Wextra LDLIBS := -lev NET_OBJS := src/client.o src/server.o -OBJS := src/udpastcp.o $(NET_OBJS) +OBJS := src/udpastcp.o src/checksum.o $(NET_OBJS) udpastcp: $(OBJS) $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@ -- cgit v1.2.3-70-g09d2