aboutsummaryrefslogtreecommitdiff
path: root/gEDA/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gEDA/Makefile')
-rw-r--r--gEDA/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/gEDA/Makefile b/gEDA/Makefile
new file mode 100644
index 0000000..25af3ef
--- /dev/null
+++ b/gEDA/Makefile
@@ -0,0 +1,9 @@
1all:
2 gsch2pcb binary-watch3.sch
3
4photo:
5 # pcb -x png --only-visible --photo-mode --dpi 600 binwatch-mini.pcb
6 pcb -x png --use-alpha --dpi 600 --only-visible --photo-mode --photo-mask-colour green --photo-plating tinned \
7 --photo-silk-colour white --photo-flip-y --outfile binwatch-mini-back.png binwatch-mini.pcb
8 pcb -x png --use-alpha --dpi 600 --only-visible --photo-mode --photo-mask-colour green --photo-plating tinned \
9 --photo-silk-colour white --outfile binwatch-mini-front.png binwatch-mini.pcb
..