mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
10 lines
212 B
Makefile
10 lines
212 B
Makefile
LIBRARY=libdispd
|
|
LIBRARY_OBJS=\
|
|
client/library.o \
|
|
client/session.o \
|
|
client/window.o \
|
|
|
|
.include <sortix/sys.mk>
|
|
.include <template/dependencies.mk>
|
|
.include <template/headers.mk>
|
|
.include <template/library.mk>
|