10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
# vim:set tabstop=2 shiftwidth=2 expandtab:
|
|
|
|
cc = cc
|
|
macros = -D NDEBUG
|
|
cflags = -std=c99 -Wall -Wextra -Wpedantic -g $macros -O2
|
|
ldflags =
|
|
ldlibs =
|
|
|
|
target = ./test
|