summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d0bdab8..afabf8d 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,17 @@ HDRS_CXX = \
SRCS_CXX = \
stdlibsock/gfx/crtwin.cc \
stdlibsock/gfx/destwin.cc \
+ setdispsrvproto.cc \
+ archstr.cc \
+ dbgmsg.cc \
+ getenv.cc \
initgfx.cc \
+ kernelstr.cc \
main.cc \
+ msg.cc \
+ msgerr.cc \
+ msgout.cc \
+ strlen.cc \
termgfx.cc
SRCS=$(SRCS_CXX)
OBJS=$(SRCS:.cc=.o)