BodgeMaster-unfinished
BodgeMaster 2022-06-28 17:03:18 +02:00
commit a3d62b1fcb
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
mrproper:
bash ./scripts/clean.sh
setup:
bash ./scripts/setup_project.sh