1 CPPFLAGS
:= -D_POSIX_C_SOURCE
=200809L
2 CFLAGS
:= -std
=c99
-Wall
-Wextra
-pedantic
4 LDFLAGS
:= -s
# Remove all symbol table and relocation information from the
14 clockloop
: clockloop.c
15 $(CC
) $(LDFLAGS
) $(CPPFLAGS
) $(CFLAGS
) -o
$@
$< $(LDLIBS
)
This page took 0.067301 seconds and 4 git commands to generate.