aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2022-12-17 20:58:41 -0600
committerMark Powers <mark@marks.kitchen>2022-12-17 20:58:41 -0600
commitadf68faa1438212cb745aa07931ca56891af2933 (patch)
tree7baf1018e304294c66d062ca447b0ebc2cad40e5 /Makefile
parent6b8a2bf4328e446c98c08208e15fdaf25f1a9049 (diff)
Add tracker hook
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..1053f09
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+upload:
+ python3 -m twine upload --verbose dist/*
+
+build:
+ python3 -m build
+
+clean:
+ rm dist/*