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:
cb7fdc2
)
Stop hiding commands in recipes
author
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 20 Oct 2020 01:39:06 +0000
(21:39 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 20 Oct 2020 01:39:06 +0000
(21:39 -0400)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
b67a24f
..
19014a3
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-45,11
+45,11
@@
home: mpdconf compiled
| xargs -0 -I% cp -Rp % ~
mpdconf:
-
@
mkdir -p ~/Archives/Audio
-
@
mkdir -p ~/var/lib/mpd/playlists
-
@
mkdir -p ~/var/log/mpd
-
@
mkdir -p ~/var/run/mpd
-
@
cp home/.mpdconf $(HOME)/
+ mkdir -p ~/Archives/Audio
+ mkdir -p ~/var/lib/mpd/playlists
+ mkdir -p ~/var/log/mpd
+ mkdir -p ~/var/run/mpd
+ cp home/.mpdconf $(HOME)/
compiled:
mkdir -p bin
@@
-57,7
+57,7
@@
compiled:
mv src/clockloop bin/
font_cache:
-
@
fc-cache -fv
+ fc-cache -fv
#
# Golang
This page took
0.02871 seconds
and
4
git commands to generate.