readarg/test/config.ninja

10 lines
175 B
Plaintext
Raw Normal View History

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