added a makefile

BodgeMaster-unfinished
Gregory Powers 2022-06-27 22:34:09 -04:00
parent 60f53f9e6d
commit 481d4ce70e
1 changed files with 10 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
all: build
build:
bash ./scripts/build.sh
clean:
bash ./scripts/clean_dependencies.sh
full_clean:
bash ./scripts/clean.sh
setup:
bash ./scripts/setup_project.sh