8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
cc = cc
|
|
macros = -D NDEBUG
|
|
cflags = -std=c99 -Wall -Wextra -Wpedantic -g $macros -O2
|
|
ldflags =
|
|
ldlibs =
|
|
|
|
target = ./test
|