From 0397a4c9dee0300e0ee843fe85aa4c2d77630758 Mon Sep 17 00:00:00 2001 From: ZoRo Date: Tue, 7 Feb 2017 08:32:09 +0000 Subject: Added matching table for executed commands --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3