micromenu/OBJECTS

10 lines
185 B
Text
Raw Normal View History

2018-10-28 13:00:38 +00:00
TARGET = main
2018-11-05 20:09:01 +00:00
SRC = hal.cpp main.cpp example.cpp
2018-11-02 08:27:20 +00:00
2018-11-05 20:49:40 +00:00
SRC += gfx/screen.cpp gfx/canvas.cpp gfx/font.cpp gfx/layout.cpp gfx/buffer.cpp
2018-11-02 08:27:20 +00:00
SRC += fonts/basic_5x4.cpp
2018-10-28 13:00:38 +00:00
SRCDIR = src
INCDIR = inc