LIBS=-lpthread all: gcc main.c -o main.out $(LIBS) exec: all ./main.out clean: rm -rf *.out *.o