From ca5ada12bae21502cdd5947b1ed694c47a46e696 Mon Sep 17 00:00:00 2001
From: "ol.sc"
Date: Sun, 4 Oct 2009 16:30:56 +0000
Subject: [PATCH] Added note on the necessity of tab chars at the beginning of
make command lines.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4325 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
doc/make.sgml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/make.sgml b/doc/make.sgml
index b51e319a4..078d7e97c 100644
--- a/doc/make.sgml
+++ b/doc/make.sgml
@@ -95,6 +95,10 @@ $(PROGRAM): $(SOURCES:.c=.o)
$(CC) $(LDFLAGS) $^ -o $@
+Invoking the sample Makefile
--
2.39.5