Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 1.74 KB

File metadata and controls

75 lines (43 loc) · 1.74 KB

Utilities

Utility commands for use in make recipes.

This directory contains make rules providing various utilities for use in make recipes.

Usage

Usage: make <command> [<ENV_VAR>=<value> <ENV_VAR>=<value> ...]

Commands

assert-clean-working-directory

Asserts that the current working directory is "clean" (i.e., does not contain any uncommitted changes)

$ make assert-clean-working-directory