From f9acafa1c9bd8278f2f6a2a2865d261400c70190 Mon Sep 17 00:00:00 2001 From: fanghr Date: Fri, 13 May 2022 13:57:54 +0800 Subject: [PATCH] add missing phony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 974d8ed..714165f 100644 --- a/Makefile +++ b/Makefile @@ -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 [OPTIONS]"