X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=x5%2FMakefile;h=d8fcc231149c90a07a9260fd1a660dbfbeb2cddd;hp=c6a05765dbd190ef8811544e5ac8bcdaa6ba935a;hb=HEAD;hpb=8345f2b388e0986829ceeae50ecf186d5d540a9c diff --git a/x5/Makefile b/x5/Makefile index c6a0576..d8fcc23 100644 --- a/x5/Makefile +++ b/x5/Makefile @@ -6,17 +6,22 @@ LDLIBS := -lX11 build: \ khatus \ + khatus_sensor_battery \ khatus_sensor_time khatus: \ - khatus_lib_log.o \ - khatus_lib_time.o + khlib_log.o \ + khlib_time.o + +khatus_sensor_battery: \ + 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