From d4cdd95c529fddd3fe5336f3bf9e7fe62686a71d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 27 Sep 2016 03:19:56 -0400 Subject: [PATCH] Added SRFI 106 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4c3932f2..77a025cc 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ SMODULES = \ srfi/18 \ srfi/27 \ srfi/69 \ + srfi/106 \ srfi/111 \ srfi/117 \ srfi/132 \ @@ -150,6 +151,7 @@ bootstrap: icyc cp srfi/18.c $(BOOTSTRAP_DIR)/srfi cp srfi/27.c $(BOOTSTRAP_DIR)/srfi cp srfi/69.c $(BOOTSTRAP_DIR)/srfi + cp srfi/106.c $(BOOTSTRAP_DIR)/srfi cp srfi/111.c $(BOOTSTRAP_DIR)/srfi cp srfi/117.c $(BOOTSTRAP_DIR)/srfi cp srfi/132.c $(BOOTSTRAP_DIR)/srfi