From 337581c040eb942a0dc81c8fb483ac28f5a8e38a Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 11 Jun 2013 10:09:59 -0400 Subject: allow overriding specific arguments without changing the Makefile for example, now you can do: make PREFIX=/usr without any modification to the Makefile and have it behave as intended. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d0225ba..fd75ed0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -INSTALL = install +INSTALL ?= install all: $(MAKE) -C src all -- cgit v1.2.1