# 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