Drop-down and sort phony targets list
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 14 Nov 2019 23:49:20 +0000 (18:49 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 14 Nov 2019 23:49:20 +0000 (18:49 -0500)
Makefile

index 0e973dc..e57052a 100644 (file)
--- 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)/
This page took 0.021132 seconds and 4 git commands to generate.