diff options
-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. |