...

Text file src/cdr.dev/slog/Makefile

Documentation: cdr.dev/slog

     1all: fmt lint test
     2
     3.SILENT:
     4
     5.PHONY: *
     6
     7.ONESHELL:
     8SHELL = bash
     9.SHELLFLAGS = -ceuo pipefail
    10
    11include ci/fmt.mk
    12include ci/lint.mk
    13include ci/test.mk

View as plain text