Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11785436
D3707.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3707.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 22, 22:55 (16 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3006774
Default Alt Text
D3707.diff (1 KB)
Attached To
Mode
D3707: Provide general Makefile for secretsmith
Attached
Detach File
Event Timeline
Log In to Comment