diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index e70390f..b9d6948 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ NAME ?= ircd CFLAGS += -Wall -Wextra OBJS += channel.o +OBJS += config.o OBJS += handle.o OBJS += loop.o OBJS += main.o |