X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=x5%2FMakefile;h=e1c428726c35839b7720cf87874423bfb6d76b66;hb=d03cabfe3c0e1d5f937318d653f5da01e1340b56;hp=1a356f5418996f44113577ad3e14473328630eae;hpb=17a27e4866eb3e245e17dc211b4469f1c5aa3f1e;p=khatus.git diff --git a/x5/Makefile b/x5/Makefile index 1a356f5..e1c4287 100644 --- a/x5/Makefile +++ b/x5/Makefile @@ -5,12 +5,22 @@ LDLIBS := -lX11 .PHONY: build clean rebuild build: \ - khatus + 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 + khatus_lib_time.o: khatus_lib_log.o clean: