X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=autotitle%2FMakefile;h=d03ce5aba21fff9a861e96c24e64632f65368c2e;hb=5a61a99b3823ae30f69da05464124583ea34922f;hp=6a82f1377678ce5bda244b36053db7c8512c17e2;hpb=223847ab2dee8e7a84bfeb35f076d50f40fd8b22;p=ian-dotfiles.git diff --git a/autotitle/Makefile b/autotitle/Makefile index 6a82f13..d03ce5a 100644 --- a/autotitle/Makefile +++ b/autotitle/Makefile @@ -1,4 +1,4 @@ -INSTALLDIR= $(HOME)/bin +INSTALLDIR= $(HOME)/personal/linux-i386/bin INSTALLED= $(INSTALLDIR)/autotitle X11= /usr/X11R6 @@ -14,6 +14,7 @@ default: autotitle install: $(INSTALLED) $(INSTALLED): autotitle + install -d $(INSTALLDIR) rm -f $@ ln autotitle $@