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