1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

remove setup target

This commit is contained in:
Sérgio Ramos 2016-10-28 16:08:18 +01:00
parent efebd9c2b9
commit 1927d47bf8

View File

@ -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 '/'