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