Splitting Assets from Code: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Corrected incorrectly named segments)
(Another name correction)
Line 106: Line 106:


<syntaxhighlight lang="makefile">
<syntaxhighlight lang="makefile">
DATAFILES = texbufr.c
DATAFILES = texbuf.c
DATAOBJECTS = $(DATAFILES:.c=.o)
DATAOBJECTS = $(DATAFILES:.c=.o)
</syntaxhighlight>
</syntaxhighlight>