Shift X2 status from legacy to archived
[khatus.git] / x5 / Makefile
index 1a356f5..d8fcc23 100644 (file)
@@ -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
This page took 0.050732 seconds and 4 git commands to generate.