X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=x5%2FMakefile;h=d8fcc231149c90a07a9260fd1a660dbfbeb2cddd;hp=a70c48fc521eafefd3aafa32eb2995a167422dff;hb=HEAD;hpb=55883d9a0ab2ca4956bda685c219557f8bd940f1 diff --git a/x5/Makefile b/x5/Makefile index a70c48f..d8fcc23 100644 --- a/x5/Makefile +++ b/x5/Makefile @@ -10,20 +10,18 @@ build: \ khatus_sensor_time khatus: \ - khatus_lib_log.o \ - khatus_lib_time.o + khlib_log.o \ + khlib_time.o khatus_sensor_battery: \ - khatus_lib_log.o \ - khatus_lib_sensor.o \ - khatus_lib_time.o + khlib_log.o \ + khlib_time.o khatus_sensor_time: \ - khatus_lib_log.o \ - khatus_lib_sensor.o \ - khatus_lib_time.o + khlib_log.o \ + khlib_time.o -khatus_lib_time.o: khatus_lib_log.o +khlib_time.o: khlib_log.o clean: @find . -type f -executable -delete