un-remove TABs in doc/using-make.sgml
This commit is contained in:
@@ -76,18 +76,18 @@ ifneq ($(MAKECMDGOALS),clean)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
%.o: %.c
|
%.o: %.c
|
||||||
$(CC) -c $(CFLAGS) -o $@ $<
|
$(CC) -c $(CFLAGS) -o $@ $<
|
||||||
|
|
||||||
$(PROGRAM): $(SOURCES:.c=.o)
|
$(PROGRAM): $(SOURCES:.c=.o)
|
||||||
$(CC) $(LDFLAGS) -o $@ $^
|
$(CC) $(LDFLAGS) -o $@ $^
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(SOURCES:.c=.o) $(SOURCES:.c=.d) $(PROGRAM) $(PROGRAM).map
|
$(RM) $(SOURCES:.c=.o) $(SOURCES:.c=.d) $(PROGRAM) $(PROGRAM).map
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
|
||||||
<bf/Important:/ When using the sample Makefile above via copy & paste it is
|
<bf/Important:/ When using the sample Makefile above via copy & paste it is
|
||||||
necessary to replace the eight spaces at the beginning of command lines (lines
|
important to make sure that command lines (lines 26, 29 and 32) start
|
||||||
26, 29 and 32) with a tab character (ASCII code 9).
|
with a tab character (ASCII code 9).
|
||||||
|
|
||||||
|
|
||||||
<sect1>Invoking the sample Makefile<p>
|
<sect1>Invoking the sample Makefile<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user