CC = gcc CFLAGS = -Wall -pedantic --std=c99 -O2 bmon: bmon.c dbg: gcc -O0 -g bmon.c -o bmon-dbg clean: rm -f bmon bmon-dbg