summaryrefslogtreecommitdiff
path: root/Source/Applications/Shell/Makefile
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-12-19 12:52:26 +0100
committerAlexis211 <alexis211@gmail.com>2009-12-19 12:52:26 +0100
commitb079ac88df4c2580310e44fda6a2a4ac5f0f840f (patch)
tree67d4ed5d2cbe1e0be1414a7eae4b7555acefd169 /Source/Applications/Shell/Makefile
parentb2e3fc19bdad4c4d5c650e9ca759883db54b2e41 (diff)
parent6dc28352073c473a35a9d51796b02361c6c6486c (diff)
downloadMelon-b079ac88df4c2580310e44fda6a2a4ac5f0f840f.tar.gz
Melon-b079ac88df4c2580310e44fda6a2a4ac5f0f840f.zip
Merge branch 'framework'
Diffstat (limited to 'Source/Applications/Shell/Makefile')
-rw-r--r--Source/Applications/Shell/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/Applications/Shell/Makefile b/Source/Applications/Shell/Makefile
index bf81af6..d546a15 100644
--- a/Source/Applications/Shell/Makefile
+++ b/Source/Applications/Shell/Makefile
@@ -6,9 +6,8 @@ CXXFLAGS = -nostartfiles -nostdlib -ffreestanding -fno-exceptions -fno-rtti -I .
LD = ld
LDFLAGS = -T ../../Library/Link.ld -L ../../Library
-Objects = main.o \
- Shell.ns.o \
- Shell-fs.ns.o
+Objects = Shell.class.o \
+ Shell-fs.class.o
OutFile = Shell
all: $(OutFile)