CFLAGS := -Wall -Werror -D_FILE_OFFSET_BITS=64 -g -O2 all: bitmap .PHONY: clean clean: @rm -f bitmap bitmap.o