10 lines
215 B
Plaintext
10 lines
215 B
Plaintext
# 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
|