-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
24 lines (19 loc) · 975 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ifeq (,$(wildcard support-firecloud/Makefile))
INSTALL_SUPPORT_FIRECLOUD := $(shell git submodule update --init --recursive support-firecloud)
ifneq (,$(filter undefine,$(.FEATURES)))
undefine INSTALL_SUPPORT_FIRECLOUD
endif
endif
include support-firecloud/build.mk/generic.common.mk
include support-firecloud/build.mk/node.common.mk
include support-firecloud/build.mk/js.build.dts.mk
include support-firecloud/build.mk/js.check.eslint.mk
include support-firecloud/build.mk/js.check.tsc.mk
include support-firecloud/build.mk/js.test.jest.mk
include support-firecloud/build.mk/core.misc.release.npg.mk
# ------------------------------------------------------------------------------
SF_DEPS_TARGETS += \
.github/workflows/main.yml \
# ------------------------------------------------------------------------------
.github/workflows/main.yml: .github/workflows/main.yml.tpl .github/workflows.src/main.yml support-firecloud/package.json
$(call sf-generate-from-template)