# OpticalC Makefile
# Available commands:
# help - Show this help message
# test - Run cargo test
# wasm-pack - Build WASM package with wasm-pack
# publish - Publish both cargo and wasm packages
:
# Default target - show help
:
# Run tests
:
# Build WASM package
:
# Publish both packages
: