mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
remove setup target
This commit is contained in:
parent
efebd9c2b9
commit
1927d47bf8
4
Makefile
4
Makefile
@ -3,10 +3,6 @@ check:
|
|||||||
@yarn install --prefer-offline
|
@yarn install --prefer-offline
|
||||||
-@./bin/setup
|
-@./bin/setup
|
||||||
|
|
||||||
.PHONY: setup
|
|
||||||
setup: .git/hooks/pre-commit
|
|
||||||
@cp bin/pre-commit.hook .git/hooks/pre-commit
|
|
||||||
|
|
||||||
SUBDIRS := $(dir $(wildcard */Makefile))
|
SUBDIRS := $(dir $(wildcard */Makefile))
|
||||||
TARGETS := install clean test lint # whatever else, but must not contain '/'
|
TARGETS := install clean test lint # whatever else, but must not contain '/'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user