LDFLAGS=-lupm-i2clcd
CXXFLAGS=-Wall -g
TARGETS=rgb_lcd_demo

all: ${TARGETS}
clean:
	rm -f ${TARGETS}
