mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-05 15:51:53 +02:00
d4c1f5666c
Note that the pull-ups on DAT1 through DAT3 and the pull-whichever-way on DAT0 are likely to get in the way of any real-life use. But it's good enough for exploring the system's characteristics and limitations.
11 lines
117 B
Makefile
11 lines
117 B
Makefile
NAME = ubb-la
|
|
|
|
.PHONY: all sch
|
|
|
|
all:
|
|
@echo "make what ? target: sch"
|
|
@exit 1
|
|
|
|
sch:
|
|
eeschema `pwd`/$(NAME).sch
|