From f0556ed7f051fb101dc68752526696365bf79a11 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Fri, 23 Oct 2009 17:28:25 +0200 Subject: More work on syscalls and shell --- Source/Applications/Shell/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Applications/Shell/Makefile') diff --git a/Source/Applications/Shell/Makefile b/Source/Applications/Shell/Makefile index b33b067..f93d80d 100644 --- a/Source/Applications/Shell/Makefile +++ b/Source/Applications/Shell/Makefile @@ -16,7 +16,7 @@ all: $(OutFile) rebuild: mrproper all $(OutFile): $(Objects) - echo "* Linking $@.o..." + echo "* Linking $@..." $(LD) $(LDFLAGS) ../../Library/Melon.o $^ -o $@ %.o: %.cpp -- cgit v1.2.3