瀏覽代碼

Add some comments

pull/5/head
10sr 9 年之前
父節點
當前提交
3fd8ea4ca0
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. +6
    -1
      Makefile

+ 6
- 1
Makefile 查看文件

@@ -121,9 +121,14 @@ $(dotfiles_dir)/%: $(dotfiles_dir)/.git
test -f "$@"
endif

# Shortcut target for interactive usage
# For example, `make file-emacs.el use_git=` will fetch emacs.el from web with
# curl program.
# NOTE: Is there any way to make all `file-%` targets phony?
file-%: $(dotfiles_dir)/%
true
test -f "$<"

# Make sure $(dotfiles_dir)/% wont be removed as intermidiate files
.PRECIOUS: $(dotfiles_dir)/%




Loading…
取消
儲存