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:
parent
12906c026d
commit
fa8ae973c4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user