Switched spaces for tabs in the makefile so it works

BodgeMaster-unfinished
Gregory Powers 2022-06-28 22:33:19 -04:00
parent d43ef67ed1
commit 8c9990de1b
1 changed files with 1 additions and 2 deletions

View File

@ -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