add missing phony

This commit is contained in:
fanghr 2022-05-11 16:17:41 +08:00
parent 28c47178d3
commit 7d5805016f
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
.PHONY: hoogle format haddock usage format_nix format_haskell format_check
usage:
@echo "usage: make <command> [OPTIONS]"