summaryrefslogtreecommitdiff
path: root/support/lib/make.py
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2019-09-26 19:45:54 +0200
committerjaseg <git@jaseg.net>2019-09-26 19:45:54 +0200
commitb2eb56076d47af08a11e10fa53446a00b849a13c (patch)
tree4537c06e2e9bc5b78a731231e6c049c8cd5f376c /support/lib/make.py
parent82b88f920a85487372cc6e0b46633e4aa328eb69 (diff)
downloadpogojig-b2eb56076d47af08a11e10fa53446a00b849a13c.tar.gz
pogojig-b2eb56076d47af08a11e10fa53446a00b849a13c.tar.bz2
pogojig-b2eb56076d47af08a11e10fa53446a00b849a13c.zip
Pogojig mostly done: KiCAD export works
Diffstat (limited to 'support/lib/make.py')
-rw-r--r--support/lib/make.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/support/lib/make.py b/support/lib/make.py
deleted file mode 100644
index c89b306..0000000
--- a/support/lib/make.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from . import util
-
-
-def write_dependencies(path, target, dependencies):
- util.write_file(path, '{}: {}\n'.format(target, ' '.join(dependencies)).encode())