2022-06-28 04:34:09 +02:00
|
|
|
all: build
|
|
|
|
build:
|
|
|
|
bash ./scripts/build.sh
|
|
|
|
clean:
|
2022-06-28 17:08:54 +02:00
|
|
|
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
|
2022-06-28 17:08:54 +02:00
|
|
|
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:
|
2022-06-29 04:33:19 +02:00
|
|
|
bash ./scripts/test.sh
|