From: ol.sc Date: Sun, 4 Oct 2009 16:30:56 +0000 (+0000) Subject: Added note on the necessity of tab chars at the beginning of make command lines. X-Git-Tag: V2.13.0 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Ftags%2FV2.13.0;p=cc65 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 --- 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