12 lines
107 B
Makefile
12 lines
107 B
Makefile
|
# Makefile for lib/end.
|
||
|
|
||
|
LIBRARIES=end
|
||
|
|
||
|
end_FILES=" \
|
||
|
edata.s \
|
||
|
em_end.s \
|
||
|
end.s \
|
||
|
etext.s"
|
||
|
|
||
|
TYPE=both
|