mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-28 13:02:35 +02:00
6 lines
74 B
Makefile
6 lines
74 B
Makefile
.PHONY: build install
|
|
build:
|
|
./scripts/build
|
|
install:
|
|
./scripts/install
|