Obsolete
/
ipcd
Archived
3
0
Fork 0
This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
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