build: 'hide' the helpers directory

This commit is contained in:
Dan Anglin 2022-05-22 11:28:48 +01:00
parent d29411fe29
commit 7920388eb4
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
14 changed files with 11 additions and 11 deletions

View file

@ -1,42 +1,42 @@
check_xdg_settings: check_xdg_settings:
@./helpers/xdg/check-xdg-settings @./.helpers/xdg/check-xdg-settings
.PHONY: ansible_configs .PHONY: ansible_configs
ansible_configs: check_xdg_settings ansible_configs: check_xdg_settings
@./helpers/ansible/generate-ansible-config @./.helpers/ansible/generate-ansible-config
.PHONY: bash_configs .PHONY: bash_configs
bash_configs: bash_configs:
@./helpers/bash/generate-bash-config @./.helpers/bash/generate-bash-config
.PHONY: git_configs .PHONY: git_configs
git_configs: check_xdg_settings git_configs: check_xdg_settings
@./helpers/git/generate-git-config @./.helpers/git/generate-git-config
.PHONY: tmux_configs .PHONY: tmux_configs
tmux_configs: check_xdg_settings tmux_configs: check_xdg_settings
@./helpers/tmux/generate-tmux-config @./.helpers/tmux/generate-tmux-config
.PHONY: xdg_configs .PHONY: xdg_configs
xdg_configs: check_xdg_settings xdg_configs: check_xdg_settings
@./helpers/xdg/generate-user-dirs-config @./.helpers/xdg/generate-user-dirs-config
.PHONY: x11_configs .PHONY: x11_configs
x11_configs: check_xdg_settings x11_configs: check_xdg_settings
@./helpers/X11/generate-x11-config @./.helpers/X11/generate-x11-config
.PHONY: lf_configs .PHONY: lf_configs
lf_configs: check_xdg_settings lf_configs: check_xdg_settings
@./helpers/lf/generate-lf-config @./.helpers/lf/generate-lf-config
.PHONY: amfora_configs .PHONY: amfora_configs
amfora_configs: check_xdg_settings amfora_configs: check_xdg_settings
@./helpers/amfora/generate-amfora-config @./.helpers/amfora/generate-amfora-config
.PHONY: dunst_configs .PHONY: dunst_configs
dunst_configs: check_xdg_settings dunst_configs: check_xdg_settings
@./helpers/dunst/generate-dunst-config @./.helpers/dunst/generate-dunst-config
.PHONY: logrotate_configs .PHONY: logrotate_configs
logrotate_configs: check_xdg_settings logrotate_configs: check_xdg_settings
@./helpers/logrotate/generate-logrotate-config @./.helpers/logrotate/generate-logrotate-config