From d75009f0880fdbef9760b28ba9f0f1a751d9afea Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Sun, 17 May 2020 13:44:10 +0000 Subject: [PATCH] Rename scripts/ to dev/ --- Makefile | 2 +- {scripts => dev}/linewidth.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {scripts => dev}/linewidth.sh (100%) diff --git a/Makefile b/Makefile index 470270d..df5537a 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ test: check: crystal tool format --check ./bin/ameba - ./scripts/linewidth.sh + ./dev/linewidth.sh install: cp mango $(INSTALL_DIR)/mango diff --git a/scripts/linewidth.sh b/dev/linewidth.sh similarity index 100% rename from scripts/linewidth.sh rename to dev/linewidth.sh