mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-14 19:14:41 +02:00
8 lines
162 B
Makefile
8 lines
162 B
Makefile
.PHONY: upload
|
|
|
|
tp-map-ba.png: tp-map-ba.fig pcb-ba.jpg
|
|
fig2dev -L png -S 4 $< >$@ || { rm -f $@; exit 1; }
|
|
|
|
upload: tp-map-ba.png
|
|
qippl tp-map-ba.png tmp/
|