From a046c685ea1a80ab16712741434db65ebbea956f Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Sat, 30 Jan 2021 23:12:06 -0800 Subject: [PATCH] Demo install --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 07b094e..a882fb8 100644 --- a/Makefile +++ b/Makefile @@ -45,8 +45,12 @@ all: html resources html: $(HTML) resources: $(RESOURCES) -demo: html resources +demo: html resources bbemu ./setup install + cp src/avr/emu/bbemu /usr/local/bin + +bbemu: + $(MAKE) -C src/avr/emu pkg: all $(AVR_FIRMWARE) bbserial ./setup.py sdist -- 2.27.0