From 2b497be2faa21b4312c70a3a347be1225e973958 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Thu, 14 Nov 2019 18:49:20 -0500 Subject: [PATCH] Drop-down and sort phony targets list --- Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e973dc..e57052a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,19 @@ MAKEFLAGS := --no-builtin-rules DEPS := $(wildcard deps/*) -.PHONY: home pkgs_deb_install pkgs_deb_purge pkgs_debian pkgs_mac pkgs_brew_install pkgs_brew_cask_install deps $(DEPS) pkgs_snap_classic pkgs_snap_strict mpdconf +.PHONY: \ + $(DEPS) \ + deps \ + home \ + mpdconf \ + pkgs_brew_cask_install \ + pkgs_brew_install \ + pkgs_deb_install \ + pkgs_deb_purge \ + pkgs_debian \ + pkgs_mac \ + pkgs_snap_classic \ + pkgs_snap_strict home: mpdconf @cp -Rp home/bin $(HOME)/ -- 2.20.1