aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 627795936..622227316 100644
--- a/Makefile
+++ b/Makefile
@@ -11,9 +11,6 @@ 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)