LDFLAGS=-lupm-lcd -lupm-jhd1313m1
CXXFLAGS=-Wall -g -I/usr/include/upm
TARGETS=rgb_lcd_demo

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