CC = gcc CFLAGS = -Wall -Wextra -std=c99 -pedantic -g finger: finger.c $(CC) $(CFLAGS) $< -o $@