summaryrefslogtreecommitdiff
path: root/Makefile
blob: 997b886dd2a5bd13cd14bb5c5e8a710e0c27e2c8 (plain)
1
2
3
4
5
6
7
CFLAGS := -Wall -Werror -D_FILE_OFFSET_BITS=64 -g -O2

all: bitmap

.PHONY: clean
clean:
	@rm -f bitmap bitmap.o