X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=autotitle%2FMakefile;h=d03ce5aba21fff9a861e96c24e64632f65368c2e;hb=5a61a99b3823ae30f69da05464124583ea34922f;hp=209d7a7afed93c9f37e0a300a69837bf75f512f1;hpb=2101c0a7fa5dbbc6df915feab299d5f1c2f5b124;p=ian-dotfiles.git diff --git a/autotitle/Makefile b/autotitle/Makefile index 209d7a7..d03ce5a 100644 --- a/autotitle/Makefile +++ b/autotitle/Makefile @@ -1,7 +1,8 @@ -INSTALLDIR= $(HOME)/bin +INSTALLDIR= $(HOME)/personal/linux-i386/bin INSTALLED= $(INSTALLDIR)/autotitle X11= /usr/X11R6 +CC= gcc CPPFLAGS= $(OPTIONS) -I$(X11)/include CFLAGS= $(OPTIMISE) OPTIMISE= -O2 @@ -13,6 +14,7 @@ default: autotitle install: $(INSTALLED) $(INSTALLED): autotitle + install -d $(INSTALLDIR) rm -f $@ ln autotitle $@