X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/f13c7563395e0d91691c5c8a15c9a2b7b5b7717a..56f9a1a65e1a4f6f90a3534d72319ff6f15fd8e7:/Makefile diff --git a/Makefile b/Makefile index 48062e9..0baead2 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ PROG = netris SPROG = netrisserver HEADERS = netris.h -SRCS = game.c curses.c board.c util.c inet.c +SRCS = client.c curses.c board.c util.c inet.c SSRCS = server.c util.c OBJS = $(SRCS:.c=.o)