From 1927d47bf8bda3dbbe7c29fa36542f68982ade7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Fri, 28 Oct 2016 16:08:18 +0100 Subject: [PATCH] remove setup target --- Makefile | 4 ---- 1 file changed, 4 deletions(-) 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 '/'