X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=x5%2FMakefile;fp=x5%2FMakefile;h=d8fcc231149c90a07a9260fd1a660dbfbeb2cddd;hp=e1c428726c35839b7720cf87874423bfb6d76b66;hb=1084633a90758b15f09bc5ec232c45470cdadc37;hpb=16e0239d76a7de132b20a564cc2c14ff2358ecf2 diff --git a/x5/Makefile b/x5/Makefile index e1c4287..d8fcc23 100644 --- a/x5/Makefile +++ b/x5/Makefile @@ -10,18 +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_time.o + khlib_log.o \ + khlib_time.o khatus_sensor_time: \ - khatus_lib_log.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