From 3415aebf4f28070bce5ed74414ab1c8780e4f4d7 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 5 Jun 2017 16:22:16 +0200 Subject: Restructured directory to get everything together --- gEDA/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gEDA/Makefile (limited to 'gEDA/Makefile') diff --git a/gEDA/Makefile b/gEDA/Makefile new file mode 100644 index 0000000..25af3ef --- /dev/null +++ b/gEDA/Makefile @@ -0,0 +1,9 @@ +all: + gsch2pcb binary-watch3.sch + +photo: + # pcb -x png --only-visible --photo-mode --dpi 600 binwatch-mini.pcb + pcb -x png --use-alpha --dpi 600 --only-visible --photo-mode --photo-mask-colour green --photo-plating tinned \ + --photo-silk-colour white --photo-flip-y --outfile binwatch-mini-back.png binwatch-mini.pcb + pcb -x png --use-alpha --dpi 600 --only-visible --photo-mode --photo-mask-colour green --photo-plating tinned \ + --photo-silk-colour white --outfile binwatch-mini-front.png binwatch-mini.pcb -- cgit v1.2.3