Factor-out common loop
[khatus.git] / x5 / Makefile
index 1a356f5..a70c48f 100644 (file)
@@ -5,12 +5,24 @@ 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_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
 
 clean:
This page took 0.026977 seconds and 4 git commands to generate.