# # override options for implicit rule(s) # CC = gcc OPT = -O CFLAGS = -Wall -pedantic -pthread -std=c99 $(OPT)