forked from bonsai/harakit
Makefile: better macro assignment
This commit is contained in:
parent
ca01ca4074
commit
898044cd43
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user