From 835f03725f31f0c22fea2352db6454db545d88f1 Mon Sep 17 00:00:00 2001 From: agolybev Date: Wed, 23 Mar 2016 19:51:13 +0300 Subject: [PATCH] debug build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0e820370..fcc73ad3 100644 --- a/Makefile +++ b/Makefile @@ -20,8 +20,8 @@ TOOLS_DIR = Tools TOOLS_FILES = $(TOOLS_DIR)/Bin/** TOOLS = $(OUTPUT)/$(TOOLS_DIR)/ -LICENSE_FILES = License.txt 3rd-Party.txt -LICENSE = $(addsuffix $(OUTPUT)/, LICENSE_SRC) +LICENSE_FILES = LICENSE.txt 3rd-Party.txt +LICENSE = $(addsuffix $(OUTPUT)/, LICENSE_FILES) all: $(NODE_PROJECTS_MODULES) $(SCHEMA) $(LICENSE)