Files
Heinrich Toews b3e52c6b4a testing: add lcdtest
Signed-off-by: Heinrich Toews <ht@twx-software.de>
2024-10-24 17:57:51 +02:00

12 lines
293 B
Makefile

# Makefile for an A2F-Linux project
# This project's name
SAMPLE := lcdtest
# Custom applcations subdirectories that this project
# needs to build. Edit this list as appropriate for your application.
CUSTOM_APPS := app
# Include Make rules applicable to all projects
include ../Rules.make