Page MenuHomeDevCentral

D3707.diff
No OneTemporary

D3707.diff

diff --git a/tools/secretsmith/Makefile b/tools/secretsmith/Makefile
new file mode 100644
--- /dev/null
+++ b/tools/secretsmith/Makefile
@@ -0,0 +1,36 @@
+# -------------------------------------------------------------
+# Secretsmith
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# License: Trivial work, not eligible to copyright
+# -------------------------------------------------------------
+
+PYTHON=python3
+BUILD_PACKAGE=$(PYTHON) -m build
+RM=rm -rf
+
+# -------------------------------------------------------------
+# Main targets
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+build:
+
+test:
+ cd tests && make test
+
+package:
+ $(BUILD_PACKAGE)
+
+documentation: docs/_build/html
+
+clean:
+ $(RM) dist docs/_build/html
+
+full: test package documentation
+
+# -------------------------------------------------------------
+# Documentation
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+docs/_build/html:
+ cd docs && make html

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 22, 22:58 (16 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3006774
Default Alt Text
D3707.diff (1 KB)

Event Timeline