From ca25739a69738254d8ae0784361b3207121ce80e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 8 Sep 2020 08:49:08 +0200 Subject: [PATCH] Add PHONY marker for re-running targets --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ebbd1a40..00e60c59 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,5 @@ dev_install: install: install abra $(HOME)/.local/bin/abra + +.PHONY: dev_install install