mirror of
https://github.com/solokeys/solo2.git
synced 2026-03-11 17:15:15 -07:00
17 lines
196 B
Makefile
17 lines
196 B
Makefile
RUNNER := runners/lpc55
|
|
|
|
build-dev:
|
|
make -C $(RUNNER) build-dev
|
|
|
|
bacon:
|
|
make -C $(RUNNER) bacon
|
|
|
|
run-dev:
|
|
make -C $(RUNNER) run-dev
|
|
|
|
mount-fs:
|
|
scripts/fuse-bee
|
|
|
|
umount-fs:
|
|
scripts/defuse-bee
|