mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-17 00:10:37 +02:00
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
|