diff --git a/makefile b/makefile index 1ae9683..559ff91 100644 --- a/makefile +++ b/makefile @@ -1,9 +1,9 @@ CC = gcc -CFLAGS = -Wall -Werror -pedantic -O2 +CFLAGS = -Wall -pedantic -O2 bmon: bmon.o -debug: +dbg: gcc $(CFLAGS) -g bmon.c -o bmon-dbg bmon.o: bmon.c