Skip to content

Commit

Permalink
missing copied target
Browse files Browse the repository at this point in the history
  • Loading branch information
nishigori committed Oct 19, 2024
1 parent 8dfa98a commit 98b720f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ config_move: $(patsubst %.config.toml, ~/.config/%/config.toml, $(config_moves))
cp $< $@

$(secrets):
@test -f $@ || cp $(subst $(@D)/.,$(@D).example/,$(@F)) $@
@test -f $@ || cp $(@D).example/$(subst .,,$(@F)) $@
@ln -sf $(CURDIR)/$@ ~/
@ls -dF ~/$@

Expand Down

0 comments on commit 98b720f

Please sign in to comment.