2021-09-24 18:26:47 -04:00

12 lines
125 B
Makefile
Executable File

TOP = ../../..
include $(TOP)/make.mk
INCLUDES += \
-I../
SRCS += \
../app.c \
../tsl2591.c
include $(TOP)/rules.mk