From 08a005e444806367204a3727a71707d5beae0b86 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Mon, 26 Oct 2020 01:12:37 -0700 Subject: [PATCH] Make all goals phony [skip ci] --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 717fe12..5077bb7 100644 --- a/Makefile +++ b/Makefile @@ -34,3 +34,5 @@ brewinstall: plugins/brew/pak.cfg pak zyppinstall: plugins/zypper/pak.cfg pak install -Dm644 plugins/zypper/pak.cfg $(DESTDIR)/etc/pak.cfg install -Dm755 pak $(DESTDIR)/usr/bin/pak + +.PHONY: pak $(MAKECMDGOALS)