From 92bb54aaa287c8a9237740de500d07ae05401699 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 22 Dec 2008 13:41:53 -0700 Subject: [PATCH] Make BINDIR overrideable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b746593..c361b52 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ HOSTTYPE = $(shell uname -m) -BINDIR = $(HOME)/bin/$(HOSTTYPE) +BINDIR ?= $(HOME)/bin/$(HOSTTYPE) CFLAGS = -Wall LDLIBS = -L/usr/X11R6/lib -lX11