Makefile
changeset 75 956a463b63e3
parent 72 a1c1239991de
child 76 85dc8b07017a
equal deleted inserted replaced
74:06fb23a66904 75:956a463b63e3
    10 host_os = linux
    10 host_os = linux
    11 ifneq '' '$(COMSPEC)'
    11 ifneq '' '$(COMSPEC)'
    12   host_os = windows
    12   host_os = windows
    13 endif
    13 endif
    14 
    14 
    15 ITEMS = .Xdefaults .bashrc .mailsign .xinitrc .mc .vimrc .inputrc .ssh .hgrc .hgignore .bazaar
    15 ITEMS = .Xdefaults .bashrc .mailsign .xinitrc .mc .vimrc .inputrc .ssh .hgrc .hgignore .bazaar .wgetrc
    16 
    16 
    17 .PHONY: install
    17 .PHONY: install
    18 install:
    18 install:
    19 	for item in $(ITEMS); do \
    19 	for item in $(ITEMS); do \
    20 		if [ -f $$item ]; then \
    20 		if [ -f $$item ]; then \