chiark / gitweb /
Do away with incomprehensible LC_CTYPE adjustment in vtwmrc
[ian-dotfiles.git] / autotitle / Makefile
index 209d7a7afed93c9f37e0a300a69837bf75f512f1..d03ce5aba21fff9a861e96c24e64632f65368c2e 100644 (file)
@@ -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 $@