diff options
author | Johnny Richard <johnny@johnnyrichard.com> | 2022-05-10 03:09:47 +0200 |
---|---|---|
committer | Johnny Richard <johnny@johnnyrichard.com> | 2022-05-10 03:09:47 +0200 |
commit | 6c5276eb486f88b73c9309ffec713f1732922a02 (patch) | |
tree | 2997ced24529b8fe2814284a91753435a36311ea /Makefile | |
parent | 31586df150671904bbd116534e38ecb1d4748962 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ CC=gcc .PHONY: all -all: main.c server.c log.o hash_table.o string_view.o client.o - $(CC) -ggdb -o papo main.c server.c log.o hash_table.o string_view.o client.o +all: main.c server.c log.o hash_table.o string_view.o client.o channel.o + $(CC) -ggdb -o papo main.c server.c log.o hash_table.o string_view.o client.o channel.o .PHONY: test test: all |