about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorCase Duckworth2021-02-25 21:20:26 +0000
committerCase Duckworth2021-02-25 21:20:26 +0000
commitd6a865c3afa836d2447506e12e3c7b31719f1f5d (patch)
tree82999710c343887eaac82d2b4d00ac9bbb0c8dec /Makefile
parentChange implementation of URL array (diff)
parentchange default install PREFIX to /usr/local (diff)
downloadbollux-d6a865c3afa836d2447506e12e3c7b31719f1f5d.tar.gz
bollux-d6a865c3afa836d2447506e12e3c7b31719f1f5d.zip
Merge pull request 'change default install PREFIX to /usr/local' (#5) from ben/bollux:local-prefix into main
Reviewed-on: https://tildegit.org/acdw/bollux/pulls/5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 55ea275..4a9c7a5 100644 --- a/Makefile +++ b/Makefile
@@ -2,7 +2,7 @@
2# Author: Case Duckworth <acdw@acdw.net> 2# Author: Case Duckworth <acdw@acdw.net>
3# License: MIT 3# License: MIT
4 4
5PREFIX ?= /usr 5PREFIX ?= /usr/local
6 6
7INSTALL = install -m 755 7INSTALL = install -m 755
8 8