small makefile changes

This commit is contained in:
Alessandro Mauri 2020-05-21 23:36:47 +02:00
parent 0e4a676188
commit f79c6988ee

View File

@ -1,9 +1,9 @@
CC = gcc CC = gcc
CFLAGS = -Wall -Werror -pedantic -O2 CFLAGS = -Wall -pedantic -O2
bmon: bmon.o bmon: bmon.o
debug: dbg:
gcc $(CFLAGS) -g bmon.c -o bmon-dbg gcc $(CFLAGS) -g bmon.c -o bmon-dbg
bmon.o: bmon.c bmon.o: bmon.c