From a1a37265170cff87c2c4fa215eeb91b76bc0654a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 21 Jul 2015 20:38:14 -0400 Subject: [PATCH] Renamed file --- Makefile | 2 +- Makefile-bootstrap => Makefile.bootstrap | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Makefile-bootstrap => Makefile.bootstrap (100%) diff --git a/Makefile b/Makefile index c6adb31a..aa59c4f4 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,7 @@ bootstrap: cp scheme/cyclone/cgen.c $(BOOTSTRAP_DIR)/scheme/cyclone cp scheme/cyclone/util.c $(BOOTSTRAP_DIR)/scheme/cyclone cp cyclone-self.c $(BOOTSTRAP_DIR)/cyclone.c - cp Makefile-bootstrap $(BOOTSTRAP_DIR)/Makefile + cp Makefile.bootstrap $(BOOTSTRAP_DIR)/Makefile cp Makefile.config $(BOOTSTRAP_DIR)/Makefile.config diff --git a/Makefile-bootstrap b/Makefile.bootstrap similarity index 100% rename from Makefile-bootstrap rename to Makefile.bootstrap