From 7708a5f335c6b3256290775e7f5deb43b681bf03 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Wed, 21 Oct 2009 17:32:50 +0200 Subject: More work --- Source/Applications/Shell/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Applications/Shell/Makefile') 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) -- cgit v1.2.3