summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile4
-rw-r--r--Install/Lua-LICENSE.txt (renamed from Lua-LICENSE.txt)0
2 files changed, 2 insertions, 2 deletions
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
diff --git a/Lua-LICENSE.txt b/Install/Lua-LICENSE.txt
index bc4f3973c..bc4f3973c 100644
--- a/Lua-LICENSE.txt
+++ b/Install/Lua-LICENSE.txt