@ -5,7 +5,7 @@ all: util
%.o: %.c
gcc $(CFLAGS) -c $<
util: main.c database.o bitmap.o
util: util.c database.o bitmap.o
gcc $(CFLAGS) -o $@ $^
clean: