mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
7 lines
89 B
Makefile
7 lines
89 B
Makefile
SHELL := /bin/bash
|
|
.SHELLFLAGS := -eu -o pipefail
|
|
.PHONY: check
|
|
|
|
check:
|
|
@./bin/setup.sh
|