11 lines
126 B
Makefile
Executable file
11 lines
126 B
Makefile
Executable file
# Makefile for lib/end.
|
|
|
|
LIBRARIES = end
|
|
|
|
end_OBJECTS = \
|
|
edata.o \
|
|
em_end.o \
|
|
end.o \
|
|
etext.o \
|
|
|
|
include ../Makefile.inc
|