Make BINDIR overrideable

This commit is contained in:
Neale Pickett 2008-12-22 13:41:53 -07:00
parent 5292e7d8a1
commit 92bb54aaa2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
HOSTTYPE = $(shell uname -m)
BINDIR = $(HOME)/bin/$(HOSTTYPE)
BINDIR ?= $(HOME)/bin/$(HOSTTYPE)
CFLAGS = -Wall
LDLIBS = -L/usr/X11R6/lib -lX11