diff options
author | Mark Powers <mark@marks.kitchen> | 2022-12-17 20:58:41 -0600 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2022-12-17 20:58:41 -0600 |
commit | adf68faa1438212cb745aa07931ca56891af2933 (patch) | |
tree | 7baf1018e304294c66d062ca447b0ebc2cad40e5 /Makefile | |
parent | 6b8a2bf4328e446c98c08208e15fdaf25f1a9049 (diff) |
Add tracker hook
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
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/* |