From 14e1eb1b9ff5403047bd8345a02876199337af6d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 3 Dec 2018 17:56:42 -0500 Subject: [PATCH] Add 143.c to bootstrap --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 597b82e6..50f40197 100644 --- a/Makefile +++ b/Makefile @@ -259,10 +259,11 @@ bootstrap : icyc libs cp srfi/128.c $(BOOTSTRAP_DIR)/srfi cp srfi/128.meta $(BOOTSTRAP_DIR)/srfi cp srfi/132.c $(BOOTSTRAP_DIR)/srfi + cp srfi/133.c $(BOOTSTRAP_DIR)/srfi + cp srfi/143.c $(BOOTSTRAP_DIR)/srfi cp srfi/list-queues/*.scm $(BOOTSTRAP_DIR)/srfi/list-queues cp srfi/sets/*.scm $(BOOTSTRAP_DIR)/srfi/sets cp srfi/sorting/*.scm $(BOOTSTRAP_DIR)/srfi/sorting - cp srfi/133.c $(BOOTSTRAP_DIR)/srfi cp cyclone.c $(BOOTSTRAP_DIR)/cyclone.c cp Makefile.config $(BOOTSTRAP_DIR)/Makefile.config