Skip to content

Commit 5045be5

Browse files
committed
fix
1 parent bed9235 commit 5045be5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default:
22
@echo "hello ^^"
33

4-
.PHONY: setup-macos setup-ubuntu setup-wsl setup-common setup-stow
4+
.PHONY: setup-common setup-macos setup-ubuntu setup-wsl
55

66
setup-common:
77
bash ./tmux/setup.sh
@@ -14,18 +14,18 @@ setup-macos: brew-pkgs dotfiles setup-common setup-python
1414
bash ./macos/setup.sh
1515

1616
setup-ubuntu: export OS=ubuntu
17-
setup-ubuntu: dotfiles setup-common
17+
setup-ubuntu: brew-pkgs dotfiles setup-common
1818
bash ./ubuntu/setup.sh
1919

2020
setup-wsl: export OS=wsl
2121
setup-wsl: dotfiles setup-common
2222

23+
.PHONY: setup-stow dotfiles
24+
25+
STOW_ARGS=-vv
2326
setup-stow:
2427
bash ./stow/setup.sh
2528

26-
.PHONY: dotfiles test
27-
28-
STOW_ARGS=-vv
2929
dotfiles: setup-stow
3030
stow "$(STOW_ARGS)" -d dotfiles -t "$(HOME)" "$(OS)"
3131
stow "$(STOW_ARGS)" dotfiles

0 commit comments

Comments
 (0)