mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-05 15:39:44 +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
|