mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
19 lines
159 B
Makefile
19 lines
159 B
Makefile
|
|
.PHONY: build
|
|
|
|
build:
|
|
./build
|
|
|
|
build-docker:
|
|
./docker-build
|
|
|
|
run-docker:
|
|
./docker-run
|
|
|
|
run-pixiecore:
|
|
./scripts/pixiecore
|
|
|
|
run-dhcp:
|
|
./scripts/vethdhcp
|
|
|