Explorar el Código

Add some comments

pull/5/head
10sr hace 9 años
padre
commit
3fd8ea4ca0
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. +6
    -1
      Makefile

+ 6
- 1
Makefile Ver fichero

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




Cargando…
Cancelar
Guardar