summaryrefslogtreecommitdiffstats
path: root/apps/Light Meter/make/Makefile
blob: a881deeaab5f42d5762a9cdced91a189193c51c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
TOP = ../../..
include $(TOP)/make.mk

INCLUDES += \
  -I../

SRCS += \
  ../app.c \
  ../tsl2591.c

include $(TOP)/rules.mk