Root/ubb-jtag/Makefile

1NAME = ubb-jtag-m1
2
3.PHONY: all sch
4
5all:
6        @echo "make what ? target: sch"
7        @exit 1
8
9sch:
10        eeschema `pwd`/$(NAME).sch
11

Archive Download this file

Branches:
master



interactive