diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-06 00:13:00 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-06 00:13:00 -0400 |
| commit | a202370bceddfe6ce4793e60845680c06e236232 (patch) | |
| tree | 4e1c053e8a906f557927351837aa19ffe91b8b37 /Makefile | |
| parent | 878b37178d5b55046871ce53371eec5efb52cc78 (diff) | |
| download | anubis-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-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |
