FOSS-VG/Makefile

11 lines
166 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
full_clean:
bash ./scripts/clean.sh
setup:
bash ./scripts/setup_project.sh