aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorZoRo <dos21h@gmail.com>2017-02-24 20:45:20 +0000
committerZoRo <dos21h@gmail.com>2017-02-24 20:45:20 +0000
commitc57abcff74e57baadd252d7d461b2648cdfbd8b2 (patch)
tree6412b2e6a8ef3a3e0e93adc5175dc9c26aa45b9c /Makefile
parentabfd02fc7233734ffcc3c396efcbedddfba49727 (diff)
downloadagni-c57abcff74e57baadd252d7d461b2648cdfbd8b2.tar.gz
agni-c57abcff74e57baadd252d7d461b2648cdfbd8b2.zip
Some lates updates
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: