1
0

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
This commit is contained in:
faketruth 2012-08-20 12:29:51 +00:00
parent 12906c026d
commit fa8ae973c4
2 changed files with 2 additions and 2 deletions

View File

@ -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