make: gcc buf.c -c gcc mmm.c -c gcc darray.c -c gcc mq_cmd.c -c gcc mq_cmd.o buf.o mmm.o darray.o agni.c -o agni -std=c11 -lrt clean: rm -f agni *.o