@ -3,11 +3,11 @@ TARGETS := $(patsubst %,$(HOME)/.%,$(SOURCES))
$(HOME)/.%: %
if [ -f '$^' ] ; then \
@(if [ -f '$^' ] ; then \
cp -v '$^' '$@' ; \
elif [ -d '$^' ] ; then \
mkdir -p '$@' ; \
fi
fi)
all: $(TARGETS)
The note is not visible to the blocked user.