summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cbc208a..51cb80e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ make:
gcc darray.c -c
gcc mq_cmd.c -c
gcc tbl_qcmd.c -c
- gcc -Wall tbl_qcmd.o mq_cmd.o buf.o mmm.o darray.o agni.c \
+ gcc tbl_qcmd.o mq_cmd.o buf.o mmm.o darray.o agni.c \
-o agni -std=c11 -lrt
clean: