CFLAGS = -lpgui -g -O2
PROGS  = testapp pgl-clock pgl-backlight pgl-cpu pgl-battery-helio

all: $(PROGS)

clean:
	rm -f $(PROGS) *.o

