build: gcc NBIserial.c -o NBIserial -lm gcc -fopenmp NBIparalel.c -o NBIparalel -lm clean: rm -f NBIserial NBIparalel