mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 23:49:42 +02:00
atben/Makefile: replace defective mlztx process with more robust cptx
- Makefile (MLZTX, mlztx): fails to update fields that exist but have older content; removed - Makefile (CPTX, cptx): use more robust but less elegant cptx process for now
This commit is contained in:
parent
49f34996f6
commit
2cade0e2fb
@ -1,5 +1,5 @@
|
|||||||
PLOT_BRD = pcbnew --plot=ps_a4 --ps-pads-drill-opt=none --fill-all-zones
|
PLOT_BRD = pcbnew --plot=ps_a4 --ps-pads-drill-opt=none --fill-all-zones
|
||||||
MLZTX = ../../eda-tools/mlztx/mlztx
|
CPTX = ../../eda-tools/mlztx/cptx
|
||||||
|
|
||||||
NAME = atben
|
NAME = atben
|
||||||
VERSION = 110314
|
VERSION = 110314
|
||||||
@ -33,8 +33,8 @@ back: $(NAME)-Back.ps
|
|||||||
|
|
||||||
# Copy text from front copper to front silk screen
|
# Copy text from front copper to front silk screen
|
||||||
|
|
||||||
mlztx:
|
cptx:
|
||||||
$(MLZTX) -i $(NAME).brd 15 21
|
$(CPTX) -i $(NAME).brd 15 51950 30550 21 51950 30550
|
||||||
|
|
||||||
# --- Industrial production ---------------------------------------------------
|
# --- Industrial production ---------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user