From 898044cd43915600da69be7d7c9f48fa6bcd36da Mon Sep 17 00:00:00 2001 From: emma Date: Fri, 1 Mar 2024 23:51:36 -0700 Subject: [PATCH] Makefile: better macro assignment --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cb6bca6..8c22903 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ PREFIX=/usr/local -CC != command -v "$$CC" || printf 'cc\n' -RUSTC != command -v "$$RUSTC" || printf 'rustc\n' +CC?=cc +RUSTC?=rustc RUSTLIBS=--extern getopt=build/o/libgetopt.rlib \ --extern sysexits=build/o/libsysexits.rlib \ --extern strerror=build/o/libstrerror.rlib