From 8c9990de1bd450791aac2155aa25c9d3c6e04ec1 Mon Sep 17 00:00:00 2001 From: Gregory Powers Date: Tue, 28 Jun 2022 22:33:19 -0400 Subject: [PATCH] Switched spaces for tabs in the makefile so it works --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b75801a..dfd93c1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ all: build - build: bash ./scripts/build.sh clean: @@ -10,4 +9,4 @@ mrproper: setup: bash ./scripts/setup_project.sh test: - bash ./scripts/test.sh + bash ./scripts/test.sh