소스 검색

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)/%




불러오는 중...
취소
저장