You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# '# 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
|