hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit a3926af6d3582f1ea30ca02fc46d9ff930f75f35
parent 53a31e239584dc03ad11da506dfaac1f6b8f2233
Author: Eyal Sawady <ecs@d2evs.net>
Date:   Tue, 27 Apr 2021 13:26:01 -0400

Regenerate stdlib.mk

Signed-off-by: Eyal Sawady <ecs@d2evs.net>

Diffstat:
Mstdlib.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stdlib.mk b/stdlib.mk @@ -1223,7 +1223,7 @@ testlib_crypto_blake2b_srcs= \ $(STDLIB)/crypto/blake2b/+test.ha \ $(STDLIB)/crypto/blake2b/vectors+test.ha -$(TESTCACHE)/crypto/blake2b/crypto_blake2b.ssa: $(testlib_crypto_blake2b_srcs) $(testlib_rt) $(testlib_hash) $(testlib_io) $(testlib_endian) $(testlib_crypto_math) $(testlib_strings) $(testlib_strio) $(testlib_bufio) +$(TESTCACHE)/crypto/blake2b/crypto_blake2b.ssa: $(testlib_crypto_blake2b_srcs) $(testlib_rt) $(testlib_hash) $(testlib_io) $(testlib_endian) $(testlib_crypto_math) $(testlib_strings) $(testlib_strio) $(testlib_encoding_hex) @printf 'HAREC \t$@\n' @mkdir -p $(TESTCACHE)/crypto/blake2b @HARECACHE=$(TESTCACHE) $(HAREC) $(TESTHAREFLAGS) -o $@ -Ncrypto::blake2b \