From 314e499ef077874220a0a0574a879239d4b78194 Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 2 Oct 2019 21:25:19 +0000 Subject: bump submodule, add lines to enable bootstrapping the submodule and configure* --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b448f3a21..0003a647b 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,9 @@ tslint = node_modules/tslint/bin/tslint -include config.mk +self-strap: submodules/init submodules/update + cd build-scripts && make + .PHONY: tsc tsc: tsconfig.json yarn-install $(tsc) @@ -39,6 +42,12 @@ typedoc: clean: rm -rf dist/ config.mk +submodules/init: + git submodule update --init --recursive + +submodules/update: + git submodule update --recursive --remote + .PHONY: check check: tsc yarn-install find dist/node -name '*-test.js' | xargs $(ava) -- cgit v1.2.3