From 3a673e2a9b400df9aaac629aacb141a58301b3e7 Mon Sep 17 00:00:00 2001 From: sammyette <38820196+TorchedSammy@users.noreply.github.com> Date: Mon, 17 May 2021 19:22:58 -0400 Subject: [PATCH] build: add other stuff to .PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3d2286..d37977e 100644 --- a/Makefile +++ b/Makefile @@ -31,4 +31,4 @@ clean: all: build install -.PHONY: install uninstall build build-dev clean +.PHONY: install uninstall build dev hilbiline clean