aboutsummaryrefslogtreecommitdiff
path: root/gEDA/Makefile
diff options
context:
space:
mode:
authorMax Christian Pohle2017-06-05 16:22:16 +0200
committerMax Christian Pohle2017-06-05 16:22:16 +0200
commit3415aebf4f28070bce5ed74414ab1c8780e4f4d7 (patch)
tree546bb1d3dd332dd268156baff61102d255e6dd58 /gEDA/Makefile
parent1aa8af534300742b9e6adddd0d8c7cd28bd8c13a (diff)
downloadbinwatch-mini-3415aebf4f28070bce5ed74414ab1c8780e4f4d7.tar.bz2
binwatch-mini-3415aebf4f28070bce5ed74414ab1c8780e4f4d7.zip
Restructured directory to get everything together
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
..