~kota/colorswap

7d00e39fe81a1b567dec3d73b5f9f2b5b4d0ca37 — Dakota Walsh 4 months ago 4c5c87b
use optional variables in Makefile
1 files changed, 7 insertions(+), 7 deletions(-)

M Makefile
M Makefile => Makefile +7 -7
@@ 1,12 1,12 @@
# colorswap
# See LICENSE for copyright and license details.
GO = go
RM = rm
INSTALL = install
SCDOC = scdoc
GOFLAGS =
PREFIX = /usr/local
BINDIR = bin
GO ?= go
RM ?= rm
INSTALL ?= install
SCDOC ?= scdoc
GOFLAGS ?=
PREFIX ?= /usr/local
BINDIR ?= bin

all: colorswap