diff options
author | Edoardo La Greca | 2025-05-04 17:17:54 +0200 |
---|---|---|
committer | Edoardo La Greca | 2025-05-04 17:17:54 +0200 |
commit | cb7efe989f0a51d470f72360036a5ec67a358f88 (patch) | |
tree | 74d4b2329ce819706732edf6844ea1a6b46cb62e | |
parent | fa23753b9f43fe3a033909a2641e124659474380 (diff) |
improve comment in make file
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |