From c04b07ce0dbc0852e39226e6554d4c68fc02d4b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Fri, 19 Oct 2012 12:14:30 +0000 Subject: [PATCH] added comments --- BaS_GNU/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_GNU/Makefile b/BaS_GNU/Makefile index 9d20942..5f2d0b0 100644 --- a/BaS_GNU/Makefile +++ b/BaS_GNU/Makefile @@ -26,7 +26,7 @@ OBJDIR=objs MAPFILE=bas.map -# Linker control file. +# Linker control file. The final $(LDCFILE) is intermediate only (preprocessed version of $(LDCSRC) LDCFILE=bas.lk LDCSRC=bas.lk.S