summaryrefslogtreecommitdiff
path: root/kjarna_runtime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kjarna_runtime/Makefile')
-rw-r--r--kjarna_runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjarna_runtime/Makefile b/kjarna_runtime/Makefile
index 855f479..be3cd90 100644
--- a/kjarna_runtime/Makefile
+++ b/kjarna_runtime/Makefile
@@ -17,7 +17,7 @@ LDSCRIPT := kc.ld
CRT_OBJS := start_x86_64.o dynamic_x86_64.o elf64.o
LIB_OBJS := memcmp.o memcpy.o memmove.o memset.o string.o
-APP_OBJS := kc_main.o
+APP_OBJS := main.o
OBJS := $(CRT_OBJS) $(LIB_OBJS) $(APP_OBJS)