+
+Build analyse.c:
+gcc -m64 -std=c11 -pedantic -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes analyse.c -o analyse
+
+Run analyse.c:
+./analyse sirens_fxt.txt
+
+Run analyse.c tests:
+./cunittest
+
+Valgrind check:
+valgrind --leak-check=full --show-leak-kinds=all ./analyse sirens_fxt.txt