mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
debug build
This commit is contained in:
committed by
Alexander.Trofimov
parent
2d719d0fd0
commit
835f03725f
4
Makefile
4
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user