aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-06 00:13:00 -0400
committerXe Iaso <me@xeiaso.net>2025-04-06 00:13:00 -0400
commita202370bceddfe6ce4793e60845680c06e236232 (patch)
tree4e1c053e8a906f557927351837aa19ffe91b8b37 /Makefile
parent878b37178d5b55046871ce53371eec5efb52cc78 (diff)
downloadanubis-Xe/yeet-as-tool.tar.xz
anubis-Xe/yeet-as-tool.zip
import yeet as a go.mod level toolXe/yeet-as-tool
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 380d9f1..e19904f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NODE_MODULES = node_modules
-.PHONY: build assets deps lint test
+.PHONY: build assets deps lint test package
$(NODE_MODULES):
npm run assets
@@ -22,4 +22,7 @@ lint:
staticcheck ./...
test:
- npm run test \ No newline at end of file
+ npm run test
+
+package:
+ go tool yeet \ No newline at end of file