Compare commits

...

3 Commits

Author SHA1 Message Date
Gregory Powers ae65968f98 Merge branch 'master' of https://lostcave.ddnss.de/git/BodgeMaster/FOSS-VG
I'm adding a makefile
2022-06-28 10:44:32 -04:00
Gregory Powers 483ab43560 edited makefile 2022-06-28 10:43:50 -04:00
Gregory Powers 481d4ce70e added a makefile 2022-06-27 22:34:09 -04:00
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