summaryrefslogtreecommitdiff
path: root/Source/Applications/Shell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Applications/Shell/Makefile')
-rw-r--r--Source/Applications/Shell/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Applications/Shell/Makefile b/Source/Applications/Shell/Makefile
index 205fc2f..b33b067 100644
--- a/Source/Applications/Shell/Makefile
+++ b/Source/Applications/Shell/Makefile
@@ -6,7 +6,8 @@ CXXFLAGS = -nostartfiles -nostdlib -fno-exceptions -fno-rtti -I ../../Library/Co
LD = ld
LDFLAGS = -T ../../Library/Link.ld
-Objects = main.o
+Objects = main.o \
+ Shell.ns.o
OutFile = Shell
all: $(OutFile)