1 2 3 4 5 6 7 8 9
PREFIX=/usr/local CFLAGS=-Wall -Wextra center: center.c $(CC) center.c -o center $(CFLAGS) install: center mkdir -p $(PREFIX)/bin cp center $(PREFIX)/bin