436a9631fc
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
8 lines
57 B
Makefile
8 lines
57 B
Makefile
SHELL := /bin/bash
|
|
|
|
test:
|
|
@./test/run.js
|
|
|
|
.PHONY: test
|
|
|