add missing phony

This commit is contained in:
fanghr 2022-05-13 13:57:54 +08:00
parent bb45319fd6
commit f9acafa1c9
No known key found for this signature in database
GPG key ID: 35CD9A71CD5D5870

View file

@ -1,7 +1,7 @@
# This really ought to be `/usr/bin/env bash`, but nix flakes don't like that.
SHELL := /bin/sh
.PHONY: hoogle format haddock usage format_nix format_haskell format_check lint
.PHONY: hoogle format haddock usage tag format_nix format_haskell format_check lint
usage:
@echo "usage: make <command> [OPTIONS]"