projects
/
bbctrl-firmware
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30a1742
)
Demo install
author
Joseph Coffland
<joseph@cauldrondevelopment.com>
Sun, 31 Jan 2021 07:12:06 +0000
(23:12 -0800)
committer
Joseph Coffland
<joseph@cauldrondevelopment.com>
Sun, 31 Jan 2021 07:12:06 +0000
(23:12 -0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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