home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edf692a
)
Drop-down and sort phony targets list
author
Siraaj Khandkar
<siraaj@khandkar.net>
Thu, 14 Nov 2019 23:49:20 +0000
(18:49 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Thu, 14 Nov 2019 23:49:20 +0000
(18:49 -0500)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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.030064 seconds
and
4
git commands to generate.