CFLAGS = -Wall
ALL = fbread565 fbwrite565

all: $(ALL)

clean:
	rm -f $(ALL) *.o *~