aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorZoRo <dos21h@gmail.com>2017-02-07 08:32:09 +0000
committerZoRo <dos21h@gmail.com>2017-02-07 08:32:09 +0000
commit0397a4c9dee0300e0ee843fe85aa4c2d77630758 (patch)
tree3328ac203ea1539b185e639dd0cc92673461339a /Makefile
parent27ab3cf81930b63113f4bd6daa1db3c3cc43a3e1 (diff)
downloadagni-0397a4c9dee0300e0ee843fe85aa4c2d77630758.tar.gz
agni-0397a4c9dee0300e0ee843fe85aa4c2d77630758.zip
Added matching table for executed commands
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