Obsolete
/
libipc-old
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.
libipc-old/core/project.zsh

11 lines
132 B
Bash

package=ipc
version=0.0.1
targets=(libipc)
type[libipc]=library
sources[libipc]="$(ls *.c)"
dist=(Makefile project.zsh error.h)