diff --git a/Makefile b/Makefile index d25afae2..437d7af0 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,6 @@ check: @yarn install --prefer-offline -@./bin/setup -.PHONY: setup -setup: .git/hooks/pre-commit - @cp bin/pre-commit.hook .git/hooks/pre-commit - SUBDIRS := $(dir $(wildcard */Makefile)) TARGETS := install clean test lint # whatever else, but must not contain '/'