good morning!!!!

Skip to content
Snippets Groups Projects
Makefile 151 B
Newer Older
Anmol Sethi's avatar
Anmol Sethi committed
all: fmt lint test

.SILENT:

.PHONY: *

.ONESHELL:
SHELL = bash
.SHELLFLAGS = -ceuo pipefail

Anmol Sethi's avatar
Anmol Sethi committed
include ci/fmt.mk
include ci/lint.mk
include ci/test.mk