Files

8 lines
259 B
Makefile
Raw Permalink Normal View History

2017-09-24 11:36:35 +08:00
#
# Main Makefile. This is basically the same as a component makefile.
#
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
2018-05-07 08:47:01 +09:00
COMPONENT_SRCDIRS := src src/utility src/Fonts
COMPONENT_ADD_INCLUDEDIRS := src