Demo install
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Sun, 31 Jan 2021 07:12:06 +0000 (23:12 -0800)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Sun, 31 Jan 2021 07:12:06 +0000 (23:12 -0800)
Makefile

index 07b094e4c85cabc32b7f295ed38839e7f5fb2bbb..a882fb8554e2c111177041a5a6adc7073d5aaaae 100644 (file)
--- 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