diff options
author | Kylie McClain <somasis@exherbo.org> | 2015-11-29 23:05:02 -0500 |
---|---|---|
committer | Kylie McClain <somasis@exherbo.org> | 2015-11-29 23:05:08 -0500 |
commit | bd11a9ff7de686920ccb3b63ad4e08e3851f0aaf (patch) | |
tree | 887f62f582c7d663477ac0da25a144621e1d7b74 /Makefile | |
parent | bac5b2a5fb925b9dda441c7f03a3014ba9edda17 (diff) |
I hate git submodules
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -78,10 +78,7 @@ help: @echo " If you do not want to run \`git submodules update\` during the prepare" @echo " phase, set \${no_git}; ex. \`no_git=true make prepare\`" -numix-themes: - git clone https://github.com/shimmerproject/Numix $(BASE) - -prepare: numix-themes +prepare: [[ "$(no_git)" ]] || git submodule init [[ "$(no_git)" ]] || git submodule update cd $(BASE) && rm -rf xfwm4 metacity-1 openbox-3 xfce-notify-4.0 index.theme |