Makefile: better macro assignment

This commit is contained in:
Emma Tebibyte 2024-03-01 23:51:36 -07:00
parent ca01ca4074
commit 898044cd43
Signed by: emma
GPG Key ID: 06FA419A1698C270
1 changed files with 2 additions and 2 deletions

View File

@ -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