aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/test/examples/makefile/x.mak.styled
blob: 752ed5884d8908685106e53ff32c163515dbede9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{1}# '# comment' comment=1
# comment
{0}
{1}# '.SUFFIXES' target=5, ':' operator=4
{5}.SUFFIXES{4}:{0}

{1}# 'LD' identifier=3, '=' operator=4, 'link' default=0
{3}LD{4}={0}link

{1}# '!IFDEF DEBUG' preprocessor=2
{2}!IFDEF DEBUG
{0}
{1}# '$(' ID EOL=9
{3}X{4}={9}$(
{0}
{1}# End of file