Browse Source

Fix warnings

pull/5/head
10sr 9 years ago
parent
commit
72784a88a1
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      Makefile

+ 3
- 2
Makefile View File

@@ -12,10 +12,11 @@ use_git ?= t

ifeq (,$(dotfiles_dir))
ifeq (,$(DOTFILES_DIR))
$(warning "Neigher DOTFILES_DIR nor dotfiles_dir not defined.")
$(warning "Use $(home)/10sr_dotfiles for default.")
$(warning Neigher DOTFILES_DIR nor dotfiles_dir not defined.)
$(warning Use $(home)/10sr_dotfiles for default.)
dotfiles_dir := $(home)/10sr_dotfiles
else
$(warning dotfiles_dir is set from DOTFILES_DIR: $(DOTFILES_DIR))
dotfiles_dir := $(DOTFILES_DIR)
endif
endif


Loading…
Cancel
Save