FOSS-VG/Makefile

13 lines
218 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.sh
2022-06-28 16:43:50 +02:00
mrproper:
2022-06-28 04:34:09 +02:00
bash ./scripts/clean.sh
bash ./scripts/clean_dependencies.sh
2022-06-28 04:34:09 +02:00
setup:
bash ./scripts/setup_project.sh
2022-06-28 18:28:44 +02:00
test:
bash ./scripts/test.sh