summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07d1ec0..cbc208a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,9 @@ make:
gcc mmm.c -c
gcc darray.c -c
gcc mq_cmd.c -c
- gcc -Wall mq_cmd.o buf.o mmm.o darray.o agni.c -o agni -std=c11 -lrt
+ gcc tbl_qcmd.c -c
+ gcc -Wall tbl_qcmd.o mq_cmd.o buf.o mmm.o darray.o agni.c \
+ -o agni -std=c11 -lrt
clean:
rm -f agni *.o \ No newline at end of file