From: Joseph Coffland Date: Sun, 31 Jan 2021 07:12:06 +0000 (-0800) Subject: Demo install X-Git-Url: https://git.buildbotics.com/?a=commitdiff_plain;h=a046c685ea1a80ab16712741434db65ebbea956f;p=bbctrl-firmware Demo install --- 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