Splitting Assets from Code: Difference between revisions

Another name correction
(Corrected incorrectly named segments)
(Another name correction)
Line 106:
 
<syntaxhighlight lang="makefile">
DATAFILES = texbufrtexbuf.c
DATAOBJECTS = $(DATAFILES:.c=.o)
</syntaxhighlight>