blob: 44d7f04b74d36cb07648295baa8f43ca593fa031 [file] [log] [blame]
MAKEFLAGS += --warn-undefined-variables
SHELL := /bin/bash
.SHELLFLAGS := -eu -o pipefail -c
.DEFAULT_GOAL := all
.SUFFIXES:
.PHONY: all
all:
@true # silences watch, do not remove.
.PHONY: test
test:
@true