Home path in Makefile

This commit is contained in:
Morgan Aldridge 2019-01-05 21:58:27 -05:00
parent e1b8249d2a
commit 5986fca75f
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ pixmap:
curl -# -L http://sb.fluomedia.org/macintosh/img/balloon.xpm -o $(PIXMAP)/balloon.xpm
install:
cp -R $(CONF) $HOME/
ln -s $HOME/$(CONF)/.mlvwmrc $HOME/.mlvwmrc
cp -R $(CONF) $(HOME)/
ln -s $(HOME)/$(CONF)/.mlvwmrc $(HOME)/.mlvwmrc
clean:
rm -r $(PIXMAP)/*.xpm