summaryrefslogtreecommitdiff
path: root/atari/Makefile.target
diff options
context:
space:
mode:
Diffstat (limited to 'atari/Makefile.target')
-rw-r--r--atari/Makefile.target6
1 files changed, 4 insertions, 2 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index 616fa5ab8..849451873 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -73,12 +73,14 @@ LDFLAGS += -L$(GCCSDK_INSTALL_ENV)/lib
# S_ATARI are sources purely for the Atari FreeMiNT build
-S_ATARI := gui.c \
+S_ATARI := \
+ bitmap.c \
+ caret.c \
findfile.c \
filetype.c \
font.c \
+ gui.c \
misc.c \
- bitmap.c \
schedule.c \
download.c \
thumbnail.c \