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 all: build
build: build:
bash ./scripts/build.sh bash ./scripts/build.sh
clean: clean:
@ -10,4 +9,4 @@ mrproper:
setup: setup:
bash ./scripts/setup_project.sh bash ./scripts/setup_project.sh
test: test:
bash ./scripts/test.sh bash ./scripts/test.sh