summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ccd5b0a..081d769 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,8 @@ TESTFILE = hello.c
# All object files are listed here:
OBJS = $(OBJS_PLATDEP)
-# Add platform dependent object files here:
+# Assign the platform-dependent object file set here:
+# TODO: assign a default implementation independent of the platform
OBJS_PLATDEP =
# Add platform-dependent object files in separate variables ("OBJS_NAME", e.g.