about summary refs log tree commit diff stats
path: root/subx/gen
blob: c9c5c85dc344fdbe53a8575c0455098e3691cf21 (plain) (blame)
1
2
3
4
5
#!/usr/bin/env zsh
# Build a specific example.

CFLAGS=-g subx translate $1.subx `echo $1 |sed 's/\..*//'`
exit $?