b3e52c6b4a
Signed-off-by: Heinrich Toews <ht@twx-software.de>
12 lines
293 B
Makefile
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
|