X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=x5%2FMakefile;h=a70c48fc521eafefd3aafa32eb2995a167422dff;hb=544b083562fc2c9470e045a5cf4d47361147c620;hp=c6a05765dbd190ef8811544e5ac8bcdaa6ba935a;hpb=8345f2b388e0986829ceeae50ecf186d5d540a9c;p=khatus.git diff --git a/x5/Makefile b/x5/Makefile index c6a0576..a70c48f 100644 --- a/x5/Makefile +++ b/x5/Makefile @@ -6,14 +6,21 @@ LDLIBS := -lX11 build: \ khatus \ + khatus_sensor_battery \ khatus_sensor_time khatus: \ khatus_lib_log.o \ khatus_lib_time.o +khatus_sensor_battery: \ + khatus_lib_log.o \ + khatus_lib_sensor.o \ + khatus_lib_time.o + khatus_sensor_time: \ khatus_lib_log.o \ + khatus_lib_sensor.o \ khatus_lib_time.o khatus_lib_time.o: khatus_lib_log.o