test_c:
	gcc -g biconnected.c brandes.c graph/list.c graph/graph.c graph_parser.c -pthread

compile:
	gcc -g biconnected.c brandes.c graph/list.c graph/graph.c graph_parser.c
