Build tool to compile programs
CC = gcc
CFLAGS = -Wall -std=c99 -g
gcc -o executable exectuable.c -lpthread
Build tool to compile programs
CC = gcc
CFLAGS = -Wall -std=c99 -g
gcc -o executable exectuable.c -lpthread