From cc6eba8f52897c50bdf01972915c218d30355993 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 20 Jul 2016 23:06:30 -0400 Subject: [PATCH] Include SRFI 69 in the bootstrap directive --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2903c5d9..fe3bd234 100644 --- a/Makefile +++ b/Makefile @@ -118,6 +118,7 @@ bootstrap: icyc cp srfi/9.meta $(BOOTSTRAP_DIR)/srfi cp srfi/18.c $(BOOTSTRAP_DIR)/srfi cp srfi/27.c $(BOOTSTRAP_DIR)/srfi + cp srfi/69.c $(BOOTSTRAP_DIR)/srfi cp cyclone.c $(BOOTSTRAP_DIR)/cyclone.c cp Makefile.config $(BOOTSTRAP_DIR)/Makefile.config