aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/test/examples/makefile/x.mak
blob: d5bdb83e967622394d1299a922d10ec7c6543172 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# '# comment' comment=1
# comment

# '.SUFFIXES' target=5, ':' operator=4
.SUFFIXES:

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

# '!IFDEF DEBUG' preprocessor=2
!IFDEF DEBUG

# '$(' ID EOL=9
X=$(

# End of file