X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=x5%2FMakefile;fp=x5%2FMakefile;h=e1c428726c35839b7720cf87874423bfb6d76b66;hp=c6a05765dbd190ef8811544e5ac8bcdaa6ba935a;hb=d03cabfe3c0e1d5f937318d653f5da01e1340b56;hpb=7ade73c9b6305bb65820709bb1520b9a9552ce56 diff --git a/x5/Makefile b/x5/Makefile index c6a0576..e1c4287 100644 --- a/x5/Makefile +++ b/x5/Makefile @@ -6,12 +6,17 @@ 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_time.o + khatus_sensor_time: \ khatus_lib_log.o \ khatus_lib_time.o