mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-04 23:29:23 +02:00
11 lines
122 B
Makefile
11 lines
122 B
Makefile
NAME = ubb-jtag-m1
|
|
|
|
.PHONY: all sch
|
|
|
|
all:
|
|
@echo "make what ? target: sch"
|
|
@exit 1
|
|
|
|
sch:
|
|
eeschema `pwd`/$(NAME).sch
|