diff options
Diffstat (limited to 'Source/Applications/Shell/Makefile')
-rw-r--r-- | Source/Applications/Shell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Applications/Shell/Makefile b/Source/Applications/Shell/Makefile index f93d80d..0eeb620 100644 --- a/Source/Applications/Shell/Makefile +++ b/Source/Applications/Shell/Makefile @@ -7,7 +7,8 @@ LD = ld LDFLAGS = -T ../../Library/Link.ld Objects = main.o \ - Shell.ns.o + Shell.ns.o \ + Shell-fs.ns.o OutFile = Shell all: $(OutFile) |