aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-02-25 00:52:06 +0000
committerFreeArtMan <dos21h@gmail.com>2017-02-25 00:52:06 +0000
commitfbf4aa43078f95d4ed3de0c9e897711bebf90eac (patch)
treef125fb51d27369eb9530809470ce0c7fe583eb2e /Makefile
parent58493553ec4d0efaca1c1adddcdeb00e94e881bf (diff)
downloadagni-fbf4aa43078f95d4ed3de0c9e897711bebf90eac.tar.gz
agni-fbf4aa43078f95d4ed3de0c9e897711bebf90eac.zip
removed new string creation function to util file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 51cb80e..84e14c2 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,11 @@ make:
gcc darray.c -c
gcc mq_cmd.c -c
gcc tbl_qcmd.c -c
- gcc tbl_qcmd.o mq_cmd.o buf.o mmm.o darray.o agni.c \
+ gcc util.c -c
+ gcc sock_conn.c -c
+ gcc irc_parse.c -c
+ gcc tbl_qcmd.o mq_cmd.o buf.o mmm.o darray.o util.o sock_conn.o \
+ irc_parse.o agni.c \
-o agni -std=c11 -lrt
clean: