CC = gcc CFLAGS = -Wall -pedantic --std=c99 -O2 PREFIX = /usr/local bmon: bmon.c install: cp bmon ${PREFIX}/bin/ clean: rm -f bmon