FOSS-VG/Makefile

11 lines
164 B
Makefile
Raw Normal View History

2022-06-28 04:34:09 +02:00
all: build
build:
bash ./scripts/build.sh
clean:
bash ./scripts/clean_dependencies.sh
2022-06-28 16:43:50 +02:00
mrproper:
2022-06-28 04:34:09 +02:00
bash ./scripts/clean.sh
setup:
bash ./scripts/setup_project.sh