Files
solo2/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