readarg/test/config.ninja

10 lines
215 B
Plaintext
Raw Normal View History

2021-02-08 16:07:25 +00:00
# vim: set tabstop=2 shiftwidth=2 expandtab :
cc = cc
macros = -D _POSIX_C_SOURCE=200809L -D NDEBUG
cflags = --std=c99 -Wall -Wextra -Wpedantic -g $macros -O2
ldflags =
ldlibs = -lreadopt
target = ./test