C99/tests/project.conf

23 lines
251 B
Plaintext

targets=graph,hello,struct,union
cflags_force=-W
cflags=
cc=../src/c99
dist=Makefile
[graph]
type=object
sources=graph.c
cflags=-M graph
[hello]
type=object
sources=hello.c
[struct]
type=object
sources=struct.c
[union]
type=object
sources=union.c