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/project.zsh

19 lines
278 B
Bash
Raw Normal View History

package=ipc
version=0.3.0
2019-07-27 15:46:04 +02:00
CFLAGS="-Wall -Wextra -g"
targets=(libipc src/ipc.h man/libipc.7)
type[libipc]=library
sources[libipc]="$(ls src/*.c)"
2019-07-27 15:46:04 +02:00
cflags[libipc]="-std=c11"
type[src/ipc.h]=header
2019-08-28 12:41:24 +02:00
type[man/libipc.7]=scdocman
2019-08-28 12:41:24 +02:00
dist=(Makefile project.zsh src/ipc.h man/*.scd)