1 CPPFLAGS
:= -D_POSIX_C_SOURCE
=200809L
2 CFLAGS
:= -std
=c99
-Wall
-Wextra
5 .PHONY
: build
clean rebuild
9 khatus_sensor_battery \
16 khatus_sensor_battery
: \
26 khatus_lib_time.o
: khatus_lib_log.o
29 @find .
-type f
-executable
-delete
30 @find .
-type f
-name
'*.o' -delete
This page took 0.068865 seconds and 4 git commands to generate.