Makefile with standard commands #10

Open
opened 2026-01-09 15:28:54 +00:00 by HugoNijhuis · 0 comments
Owner

Create a Makefile with standard development commands.

Commands:

  • make build - Build WASM binary
  • make serve - Run development server
  • make test - Run tests
  • make lint - Run linter
  • make clean - Clean build artifacts

Familiar workflow for Go developers.

Create a Makefile with standard development commands. Commands: - make build - Build WASM binary - make serve - Run development server - make test - Run tests - make lint - Run linter - make clean - Clean build artifacts Familiar workflow for Go developers.
HugoNijhuis added this to the Developer Tooling milestone 2026-01-09 15:28:54 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: flowmade-one/iris#10