ipcd/project.zsh

12 lines
220 B
Bash

package=ipcd
version=0.2.1
targets=(tcpd tcpc pongd pongc ipcd websocketc websocketd)
for target in tcpd tcpc pongd pongc ipcd websocketc websocketd; do
type[$target]=crystal
sources[$target]=src/${target}.cr
done