kittenipc/lib/ts/Makefile
2026-03-31 11:55:11 +03:00

9 lines
65 B
Makefile

default:
publish:
npm run build
npm publish
.PHONY: publish