Forgot the makefile

This commit is contained in:
Kris Maglione 2006-06-17 07:52:01 -04:00
parent a4e2ab7b59
commit 360419c012

View File

@ -5,7 +5,7 @@ include ../config.mk
CFLAGS += -I ../libcext
SRC = client.c convert.c message.c server.c socket.c transport.c
SRC = client.c convert.c message.c server.c socket.c transport.c intmap.c request.c
OBJ = ${SRC:.c=.o}