diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile index 4790d13..07c7816 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # run64 --- SRFI-64 test runner -# Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net> +# Copyright © 2022, 2025 Arun Isaac <arunisaac@systemreboot.net> # # This file is part of run64. # @@ -16,8 +16,8 @@ # You should have received a copy of the GNU General Public License # along with run64. If not, see <https://www.gnu.org/licenses/>. -EMACS ?= emacs -SED ?= sed +EMACS = emacs +SED = sed prefix ?= /usr/local exec_prefix ?= $(prefix) |
