X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=x5%2FMakefile;h=d8fcc231149c90a07a9260fd1a660dbfbeb2cddd;hp=1a356f5418996f44113577ad3e14473328630eae;hb=HEAD;hpb=17a27e4866eb3e245e17dc211b4469f1c5aa3f1e diff --git a/x5/Makefile b/x5/Makefile index 1a356f5..d8fcc23 100644 --- a/x5/Makefile +++ b/x5/Makefile @@ -5,13 +5,23 @@ LDLIBS := -lX11 .PHONY: build clean rebuild build: \ - khatus + khatus \ + khatus_sensor_battery \ + khatus_sensor_time khatus: \ - khatus_lib_log.o \ - khatus_lib_time.o + khlib_log.o \ + khlib_time.o -khatus_lib_time.o: khatus_lib_log.o +khatus_sensor_battery: \ + khlib_log.o \ + khlib_time.o + +khatus_sensor_time: \ + khlib_log.o \ + khlib_time.o + +khlib_time.o: khlib_log.o clean: @find . -type f -executable -delete