summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2013-06-11 10:09:59 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2013-06-11 10:10:14 -0400
commit337581c040eb942a0dc81c8fb483ac28f5a8e38a (patch)
treed988a516b65564c048ffda1f1f7b03d1518b9619 /Makefile
parente55e800a4cfd1a6e7d590d38b81dde6f04ad814f (diff)
downloadlibfaketime-337581c040eb942a0dc81c8fb483ac28f5a8e38a.tar.gz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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