From fa8ae973c4df252fea5e97d031bc1e72911b733d Mon Sep 17 00:00:00 2001 From: faketruth Date: Mon, 20 Aug 2012 12:29:51 +0000 Subject: Updated GNUmakefile to output to MCServer directory Moved Lua-LICENSE.txt to Install dir (dont know what happened to the other license files :P ) git-svn-id: http://mc-server.googlecode.com/svn/trunk@764 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 803730d5d..f398f5506 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -119,10 +119,10 @@ OBJECTS := $(patsubst %.cpp,$(BUILDDIR)%.o,$(OBJECTS)) -include $(patsubst %.o,%.d,$(OBJECTS)) MCServer : $(OBJECTS) - $(CC) $(LNK_OPTIONS) $(OBJECTS) -o MCServer + $(CC) $(LNK_OPTIONS) $(OBJECTS) -o MCServer/MCServer clean : - rm -rf $(BUILDDIR) MCServer + rm -rf $(BUILDDIR) MCServer/MCServer install : MCServer cp MCServer MCServer -- cgit v1.2.3