Installation directory now a ?= in Makefile

This commit is contained in:
Neale Pickett 2008-12-03 14:13:01 -07:00
parent 46a3e054e0
commit 15b14a2b70
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